Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58498
    Creese
    Member

    How can I get the text of page name in the Featured Content page names white, on the homepage, please? Our Nursery School, Our Forest School, Our Children’s Centre Services & Our News & Events

    I have used:
    #featured-content {
    background-color: #233c86;
    color: #fff;
    }

    to make the background blue and body text white.

    Thank you

    http://littlehayesandhillfields.org/

    #58507
    Sakin
    Keymaster

    @Creese: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #featured-content .entry-title, 
    #featured-content .entry-title a {
        color: #fff;
    }
    #58513
    Creese
    Member

    Great, thanks again.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Page name colour’ is closed to new replies.