- This topic has 3 replies, 3 voices, and was last updated 7 years, 10 months ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- January 3, 2017 at 7:41 am #1520rsk2Participant
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?
January 4, 2017 at 11:58 pm #1538HashKeymasterHere is the edited CSS
#ht-featured-post-section{ background: #f6f6f6 !important; color: #FFF !important; padding-bottom: 80px !important; }
March 28, 2017 at 8:39 am #2615IkkenParticipantI don’t understand it is not working when I copy and paste it in “advanced css editor”
April 3, 2017 at 11:13 pm #2677HashKeymasterAdd it at the bottom of field.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.