Change individual background color for widgets on Front Page

Hi,

Thanks for the awesome theme! My website is: www.integreretkvindeterapi.dk

I have this problem that I want to change the background color of all my individual widgets. I found this solution for my portfolio: https://colorlibsupport.com/t/changing-portfolio-widget-background/

But I also want to do this for my shapely_home_parallax (-2, -6, -8, -9, -5)

What can I do?

Best,
H

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

div#shapely_home_parallax-8 {
    background-color: blue !important;
}
div#shapely_home_parallax-5 {
    background-color: red !important;
}

div#shapely_home_parallax-9 {
    background-color: purple !important;
}
div#shapely_home_parallax-3 {
    background-color: purple !important;
}

Best Regards,
Support

It worked. Thanks a lot for great support.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support