Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58748

    Hi!

    I’ve started using the free version of Full Frame on the following website:

    http://www.broentilframtiden.com

    I’d really like to change the grey colour of the text for Featured Content – i.e. Featured Page Titles, and also Headlines and Sub-Headlines, if possible – to black.

    I’ve found an earlier post regarding a different theme and the code required to do this, but it didn’t seem to work on Full Frame. Does anyone know the correct code?

    Best wishes,
    Aled Dilwyn Fisher

    #58789
    Sakin
    Keymaster

    @aleddilwynfisher: Detail color options are there only in Full Frame Pro theme where you can simply change the color as per your need from “Appearance => Customize => Color Options”. But for free version, you need to do manually by adding in Custom CSS.

    So, just change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* For Headline and Page Title */
    #featured-content .entry-title, 
    #featured-content .entry-title a {
        color: #ccc;
    }
    /* For Sub-headline and Page Content */
    #featured-content {
        color: #ccc;
    }
    #58802

    Perfect! Thanks so much for the quick response, Sakin!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing colour of Featured Content text on Full Frame’ is closed to new replies.