Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #135834
    pastonchase
    Participant

    Hi

    Using the Full Frame (Free) theme which is fantastic, but I would like to change the font colors from white to something darker in the Featured Content area – is that possible in CSS (I can’t see where to do it in customize).

    Thanks in Advance

    Malcolm

    #135835
    Skandha
    Participant

    @pastonchase: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content .entry-container {
       color:red;
    }

    Replace red with the color of your choice.
    Regards,
    Skandha

    #135841
    pastonchase
    Participant

    That’s great thanks Skandha – is it possible to use CSS for the Words “Featured Content” and also the headings for the 3 boxes as well?

    Malcolm

    #137352
    Skandha
    Participant

    @pastonchase: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content .entry-title a, #featured-heading {
    	color:red !important;
    }

    Let me know if this works out.
    Regards,
    Skandha

    #137354
    pastonchase
    Participant

    Perfect, thanks again Skandha

    #137361
    Skandha
    Participant

    @pastonchase: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/full-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Content font colors’ is closed to new replies.