- Posts: 34
- Thank you received: 2
How to change font product header
6 years 5 days ago #324077
by MH1981
How to change font product header was created by MH1981
-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9
First I will introduce myself,
I am Michel and new to the world of Joomla and no experience with PHP at all.
I am setting up a webshop for a friend of mine, but I am not quite sure.
On the product page is the title of the product, the font can also be adjusted? if so how do I do that?
-- Joomla version -- : 3.9
First I will introduce myself,
I am Michel and new to the world of Joomla and no experience with PHP at all.
I am setting up a webshop for a friend of mine, but I am not quite sure.
On the product page is the title of the product, the font can also be adjusted? if so how do I do that?
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
6 years 4 days ago #324090
by Mohamed Thelji
Replied by Mohamed Thelji on topic How to change font product header
Hello,
Reading that documentation will probably help you :
www.hikashop.com/support/documentation/1...ize-the-display.html
Also, can you give us more information about what you want to achieve so that we can properly help you ? Thank you.
Kind regards,
Mohamed.
Reading that documentation will probably help you :
www.hikashop.com/support/documentation/1...ize-the-display.html
Also, can you give us more information about what you want to achieve so that we can properly help you ? Thank you.
Kind regards,
Mohamed.
Please Log in or Create an account to join the conversation.
6 years 4 days ago #324105
by MH1981
Replied by MH1981 on topic How to change font product header
Please Log in or Create an account to join the conversation.
6 years 3 days ago #324133
by nicolas
Replied by nicolas on topic How to change font product header
Hi,
First, you want to add the font to your template's index.php :
forum.joomla.org/viewtopic.php?t=935583
Once done, you can add a bit of CSS on your website. For example something like that:
.hikashop_product_name_main { font-family: 'Pacifico', sans-serif !important; }
www.hikashop.com/support/documentation/1...ize-the-display.html
First, you want to add the font to your template's index.php :
forum.joomla.org/viewtopic.php?t=935583
Once done, you can add a bit of CSS on your website. For example something like that:
.hikashop_product_name_main { font-family: 'Pacifico', sans-serif !important; }
www.hikashop.com/support/documentation/1...ize-the-display.html
The following user(s) said Thank You: MH1981
Please Log in or Create an account to join the conversation.
Time to create page: 0.215 seconds