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

    Hi,
    i’m trying to change the font-style of the blog widget, but when i do that the blog-title changes too?

    How can i change the font-style of the blog widget, without changing the blog-title too?

    Please see screenshot (text1, text 2 and text 3).

    kind regards
    Jak

    #1473086

    Hey Jak73,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

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

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1473088

    Hi Mike,
    thanks for your reply.
    Unfortunetly is seems there is no change. Fonts below widgets headlines are still different?

    kind regards Jak

    #1473090

    Hi,
    When I check the font-style is now different, not italic as before. Do you mean you want to change the font-family?
    use this instead:

    .widget_recent_entries li a {
        font-family: montserrat;
    }

    adjust the font-family to suit.

    Best regards,
    Mike

    #1473108

    Hi Mike,
    yes, works well.
    klind regards
    Jak

    #1473121

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to change the test-style of the blog-widget’ is closed to new replies.