Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #344851

    Hi-
    The link in my footer to a blog post is displaying as italic and I want it to be non-italic. I’ve looked through the Enfold theme settings and can’t locate how I can make this change. I’m referring to the title under Press Releases in the footer (http://www.cocoonbiotech.com). How can I make this non-italic? Thanks!

    Erin

    #344920

    Hey ESWEENEY113!

    Add this code to Quick CSS or custom.css

    .widget_recent_entries li a {
        font-style: normal;
    }

    Regards,
    Arvish

    #344965

    Hi-
    That removed the italics. Thanks!! Anything I can add to the custom.css so it now matches the font I’m using in the footer? http://www.cocoonbiotech.com It looks smaller and the link is a serif font versus the sans serif I’m using in footer. Thanks so much!

    Erin

    #345300

    Hey Erin!

    Please add following code to Quick CSS

    .recentcomments a, .widget_recent_entries li a {
    font-family: inherit!important;
    font-size: 13px;
    }

    Best regards,
    Yigit

    #345382

    Perfect!! Thanks so much.

    Erin

    #345384

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer links: change to non-italic’ is closed to new replies.