WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Latest News Font Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23815

    How do you change the font color for the latest news box on the home page? In the demo website, the font appears black. On my site, however, it’s white, and I’ve got a white background, so it’s not showing up. I see where you can change the font color on the actual post page, but that has no impact on the Latest News box on the home page.

    thanks

    #23830
    Grace Support
    Keymaster

    Hi,

    To change the font color for the latest news box on the home page
    Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
    add below css code and change the color code as per your need

    .news-box h6 a { color: #000000 !important; }
    .news-box p { color: #000000 !important; }

    Regards
    Grace Themes

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