mchere Posted September 20, 2021 Share Posted September 20, 2021 (edited) Site URL: https://www.redarrowmedia.com/portfolio-copy Hi there, I'm having a hard time changing the background color of this container to gray. Can someone help me with the code? I don't understand what to put before the: { background-color: #c4c9d1!important; padding: 30px!important;} I've tried: div#row.sqs-row { background-color: #c4c9d1!important; padding: 30px!important; } but it doesn't work. I'm trying to get it to look something like the example: thank you so much for any help! Edited September 20, 2021 by mchere wrong url HoaLT 1 Link to comment
HoaLT Posted September 22, 2021 Share Posted September 22, 2021 (edited) On 9/20/2021 at 2:50 PM, mchere said: Site URL: https://www.redarrowmedia.com/portfolio-copy Hi there, I'm having a hard time changing the background color of this container to gray. Can someone help me with the code? I don't understand what to put before the: { background-color: #c4c9d1!important; padding: 30px!important;} I've tried: div#row.sqs-row { background-color: #c4c9d1!important; padding: 30px!important; } but it doesn't work. I'm trying to get it to look something like the example: thank you so much for any help! My suggestion is applying the following configuration in Design > Custom Css [data-test="page-section"]:nth-child(3) ~ section .row.sqs-row{ background-color: #c4c9d1!important; padding: 30px!important } Edited September 23, 2021 by HoaLT Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment