Home › Forums › Themes Support › Claue › Size of product titles
- This topic has 7 replies, 2 voices, and was last updated 6 years, 5 months ago by orlane_azogui.
-
AuthorPosts
-
-
June 4, 2018 at 6:23 pm #21318
Hello Jan Studio team,
I just changed the font for my headings and I prefer it that way but now my product titles are too tiny. I saw by inspecting the source code of my website that on my landing page, all product titles are set as H3 and on product pages it is a H1. However, even if I increase my font size for H1 and H3 my products title remain the same.
What can I do ? Would it be possible to have the body font for the products title or is it necessarily the heading font ?
Do you know if i can had some code so that all my product titles have the font called “POPPINS” ? (poppins is my body font and my heading font is didot)
Tell me if I’m not making myself very clear …
Thanks a lot
Best regards,
Laurie
Attachments:
You must be logged in to view attached files. -
June 5, 2018 at 12:36 am #21333
Hi Laurie,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.product-inner .product_title { font-size: 25px; } .product_title.entry-title { font-size: 35px; font-family: 'Poppins', sans-serif; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 5, 2018 at 3:13 pm #21357
Hello,
Thanks ! It works well on product page but for the product display on my landing page or on my product category pages it does not work. See my screenshot.
Is there an adjustment to do on the code ?
Thanks a lot,
Laurie
Attachments:
You must be logged in to view attached files. -
June 5, 2018 at 5:37 pm #21366
Hi Laurie,
Please try change code to
.product-inner .product-title { font-size: 25px; } .product_title.entry-title { font-size: 35px; font-family: 'Poppins', sans-serif; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 5, 2018 at 6:00 pm #21372
it’s exactly the same code as above ! Are you sure you wanted to write this code ?
Thanks,
Laurie
-
June 5, 2018 at 6:32 pm #21374
Yes, i sure the code, please try again. I remove one space in code.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 5, 2018 at 10:36 pm #21388
Hi,
I check your site you change code form “.product-title” to “.product_title” so it can’t work
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 5, 2018 at 10:53 pm #21390
That’s perfect thanks a lot !
Best,
Laurie
-
-
AuthorPosts
You must be logged in to reply to this topic.