Changing blog module Type
-
Hi,
Where am I supposed to change the blog module type, namely category titles and “Continue reading” Button (see Screenshot) ?
Thanks a lot for your help!
Regards,
Bertrand
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. The colors you mentioned inherits from the primary color that is set from Theme Settings >> Styles & Colors.
Screenshot for Clarification: https://ibb.co/ch2TyWw
Regard’s.
Xtemos Studio.
Hi,
Thanks for your answer.
I mean the font not the color.
Thanks
Hello,
You are Most welcome.
You can use the typography settings under Theme Settings >> Typography for the font.
You can read our documentation in the following link:
https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards.
I already set the same typography for the whole site but the one you see in the capture remains another one…
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Hi,
Yes of course.
Check homepage.
Thanks
The font family for “Continue reading” button is the same as for other texts but in different font-weight. What exactly do you want to change there?
I would like to change the font weight which is too bold and also the category title at the top.
Try to add the following code snippet to the Custom CSS area in Theme Settings to change that
.read-more-section a {
font-weight: 600;
}