Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #636673

    Hello,

    How would I change the font family that is used for blog post categories?

    #636999

    Hey 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,
    Yigit

    #637079

    I’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!

    #637083

    Hi,

    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,
    Vinay

    #637689

    I 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!

    #638704

    Hi,

    I went to Enfold theme options > General Styling > Fonts and changed “Heading Font” to Lato. Please review your website now

    Best regards,
    Yigit

    #1167041

    I 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?

    #1167165

    Hi 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,
    Rikard

    #1167534

    Hello,

    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,
    Kati

    #1167638

    Hi 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,
    Rikard

    #1167690

    Thanks! 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.

    #1167711

    Hi 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,
    Nikko

    #1167716

    Almost good! :) The date still appears in grey here:

    #1167747

    Hi,

    Please add following code to Quick CSS as well

    .html_modern-blog .avia-content-slider .slide-meta {
        color: black;
    }

    Best regards,
    Yigit

    #1168484

    Thanks! One thing is missing only: the date is still grey, not black on the blog site and main page.

    #1168611

    Hi,
    Add this to quick css:

    time.slide-meta-time.updated{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.