Home Forums Total Change "Featured" section background color

  • This topic has 3 replies, 3 voices, and was last updated 7 years ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1520
    rsk2
    Participant

    I am trying to change the background color of the Featured section on home page. It takes on the same color of the Theme Primary Color but I would prefer it to be a light grey. I tried changing the style.css

    #ht-featured-post-section{
    	background: #f6f6f6;
    	color: #FFF;
    	padding-bottom: 80px;
    }

    however it still is showing up as the theme setting. How can i override this?

    #1538
    Hash
    Keymaster

    Here is the edited CSS

    #ht-featured-post-section{
    	background: #f6f6f6 !important;
    	color: #FFF !important;
    	padding-bottom: 80px !important;
    }
    #2615
    Ikken
    Participant

    I don’t understand it is not working when I copy and paste it in “advanced css editor”

    #2677
    Hash
    Keymaster

    Add it at the bottom of field.

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