Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #790730

    Hi there,
    I’d like to find out if there is a way to change the font face and style of the sidebar in my theme. I would like not only to use a different font face and style but have bigger text, and I can’t find settings for it. Maybe there is some CSS for it, but I can’t find that either. Any assistance would be appreciated.

    • This topic was modified 7 years, 7 months ago by perfectword.
    #790734

    Hey,

    Can you please post a link to your website and elaborate a bit on the changes you would like to make? :)

    Best regards,
    Yigit

    #790744

    The post titles in “Recent Posts” and “Recent Comments” are in italics. I want to remove the italics and increase the font size. The theme came this way.
    If you still need me to post a link, please let me know.
    Thank you.

    #790745

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .recentcomments a, .widget_recent_entries li a {
        font-style: normal;
        font-family: inherit;
        font-size: 12px;
    }

    Best regards,
    Yigit

    #790749

    Perfect! Thanks a bunch. :)
    While we’re at it, is there any way to increase the font size in all posts and pages on the site as well? I know how to do it on a single post or page, but I’m looking to make a blanket change.
    Thanks.

    #790764

    Nevermind. I just figured out the font size on posts and pages. :)

    #790782

    Hi,

    That’s great! Glad that you figured it out :)

    Best regards,
    Nikko

    #1027249

    Hi,
    for some reason fonts of recent posts and categories in side bar are different.
    I do not know if they have always been a different font.

    How do I get them the same font?

    Thanks,
    Marco

    • This reply was modified 6 years, 1 month ago by marcoabis81.
    #1027292

    Hi,
    I took a look at your sidebar recent posts and categories, and the fonts seem to be the same.
    “Open Sans” for the body and “helvetica” for the headings.
    Does this sound correct?

    Best regards,
    Mike

    #1027297

    Yes,
    I used the code on this article article and I changed the font with the one used for the categories so they are the same now.

    .widget_recent_entries li a {
    font-style: normal;
    font-family: inherit;
    font-size: 12px;
    }

    Thank you
    Marco

    #1027333

    Hi,
    Thank you for sharing your solution, shall we close this then?

    Best regards,
    Mike

    #1027472

    Yes please

    #1027508

    Hi,
    We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Changing Sidebar Font’ is closed to new replies.