Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86562
    spike
    Member

    Hi,

    how am I able to change the homepage featured content titles? I see this option is not available under appearance -> customize -> colors or appearance -> theme options -> color options. Is there supposed to be an option in either of these places? Or do I have to go about doing it some other way?

    Thanks

    #86580
    Mahesh
    Keymaster

    Hi @spike,

    Please post in your site url.

    Regards,
    Mahesh

    #86582
    spike
    Member

    http://www.things-to-do-in-tauranga.co.nz/

    And by changing the homepage featured content titles, I mean the color of the titles.

    Thanks

    #86585
    Mahesh
    Keymaster

    Hi @spike,

    You can achieve it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
    For changing the main title of Featured Content:

    #featured-post #feature-heading {
        color: #00ff00;
    }

    For changing the titles of post in Featured Content:

    #featured-post .entry-title a {
        color: #ff0000;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color of homepage featured content titles’ is closed to new replies.