Tagged: categories, font-family
-
AuthorPosts
-
May 23, 2016 at 10:47 am #636673
Hello,
How would I change the font family that is used for blog post categories?
May 23, 2016 at 6:02 pm #636999Hey Brad,
Can you please post a screenshot and show the changes you would like to make? You can change general font family in Enfold theme options > General Styling > Fonts. If you would like to add additional fonts, please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
YigitMay 23, 2016 at 9:27 pm #637079I’m just looking to change the font family so the categories can be more easily read. Ideally switched to the Lato font family. I’ve attached a screenshot. Thank you!
May 23, 2016 at 9:34 pm #637083Hi,
The settings to change the font in the theme can be found in Enfold > Advanced Styling > Select an element to customise > I think it is “h3” here. but it might be different on your site due to different settings. Tyr h3 or h4 tags if it do not work would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayMay 24, 2016 at 6:20 pm #637689I tried changing the headers, but it didn’t update font-families for the post category data. I believe it’s blog post meta data. I’ve attached a link to my site.
Thank you!
May 26, 2016 at 2:04 pm #638704Hi,
I went to Enfold theme options > General Styling > Fonts and changed “Heading Font” to Lato. Please review your website now
Best regards,
YigitDecember 17, 2019 at 11:23 pm #1167041I have the same problem I think. The text of the blogpost’s author, date and category is hard to read. How can I change this font without changing the font style of the headers?
December 18, 2019 at 9:05 am #1167165Hi polilili,
Could you post a link to where we can see the elements in question? Also, which font would you like to use?
Best regards,
RikardDecember 18, 2019 at 11:01 pm #1167534Hello,
Open sans would be great! And also to have these texts in black color, not grey.
Here is an example:
The main title is great with Lobster font, but all the rest I’d like to have in Open Sans.
And here would be also nice to change font of the category:
Thanks,
KatiDecember 19, 2019 at 7:06 am #1167638Hi Kati,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
time.date-container, span.blog-author, h5.av-share-link-description { font-family: "open sans" !important; }
Best regards,
RikardDecember 19, 2019 at 12:13 pm #1167690Thanks! The date’s and author’s font changed. So half done! :)
The cagegory still appears in Lobster, that hasn’t changed.
Also it would be great to change the color of all these 3 into black.December 19, 2019 at 1:16 pm #1167711Hi polilili,
Can you try to add this .blog-categories a, span.blog-author a, at the beginning of Rikard’s code then after the curly brace { add color: black !important;
The whole code should now look like this:.blog-categories a, span.blog-author a, time.date-container, span.blog-author, h5.av-share-link-description { font-family: "open sans" !important; color: black !important; }
Hope this helps.
Best regards,
NikkoDecember 19, 2019 at 1:26 pm #1167716December 19, 2019 at 2:30 pm #1167747Hi,
Please add following code to Quick CSS as well
.html_modern-blog .avia-content-slider .slide-meta { color: black; }
Best regards,
YigitDecember 21, 2019 at 6:26 pm #1168484Thanks! One thing is missing only: the date is still grey, not black on the blog site and main page.
December 22, 2019 at 7:43 pm #1168611Hi,
Add this to quick css:time.slide-meta-time.updated{ color:#000!important; }
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.