Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #250585

    I have a sidebar on my home page (and the blog page) which has a running list of recent post titles. How can I change the size and color of the text on this list? Thanks -Ken

    #251014

    Hi kenwae!

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

    strong.news-headline {
    color: red!important;
    font-size: 14px;
    }

    Regards,
    Yigit

    #251347

    That didn’t make any changes at all…..

    Enfold 2.6.2, WP 3.8.3

    #251353

    Hi!

    Please try following code instead

    .widget_recent_entries li a { color: red!important;
    font-size: 14px;
    }

    If that does not work, post the link to your website so we can take a look.

    Best regards,
    Yigit

    #251356

    That worked! Thanks…..

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Sidebar 'recent post' text size and color change’ is closed to new replies.