Color Block on Home Page: Hello Chic

QuestionsCategory: CustomizationColor Block on Home Page: Hello Chic
Sara Gillis asked 3 years ago

Hello! I’d like to update the color of one of my color blocks on the home page at the bottom of my website: whatsarasaid.com.
At the bottom of the page, where my recent blog posts are listed, I’d like to change the color of the color block. Instead of the pink color, I’d like to use this: #ddae18
I’ve tried to change the color by changing colors in my Customizer, but I’m not having any luck.
Is there a way to enter this new color into the Additional CSS? Thank you!

Attachments
1 Answers
Support Team Staff answered 3 years ago

That should change in the customizer, the spot that is called “Pink Bars on Homepage”

If for some reason it is not, you can add this to your additional CSS and modify the color as needed.

.home-flexible::before {
background-color: #fcf0f2;
}

Support Team Staff replied 3 years ago

Wanted to add, that sometimes the Autooptimize plugin removes the custom CSS that is added to the theme, which allows the color customizer changes. So if it is not changing it may be that plugin, which then I would use the code above. The other thing is that the color customizer will not work if your theme is not up to date. About 2 years ago all themes needed to be updated for the customizer to continue working. Not sure if that apply here or not but something to keep in mind. Let me know if you need any assistance.

Sara Gillis replied 3 years ago

Thank you so much – this worked wonderfully!