Change color on shapely_home_parallax-4

Hello,

Somehow the background color have changed on a widget on the front page. Don’t know how. I googled and found the following css:
div#shapely_home_parallax-4 {
background-color: purple !important;
}
And the css works for the shapely_home_parallax-3 but not on the shapely_home_parallax-4, which was the one that changed color to grey. See attached print screens.

Much appreciated for the help!

Best

Philip

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*background color parallax 4*/
#shapely_home_parallax-4 > section{
  background:red !important;
}

Best Regards,
Support

Thanks very much!

Best

Philip

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions.

If you’re happy with our service, don’t forget to rate us: [Shapely] Reviews | WordPress.org

Thanks,
laranz.,