Hi guys, I would like to change the background color from light gray to light orange. Do you have the magic code for me 🙂
smartmax Hi There module suffix added for gray color either you can define new suffix with color or override the current one adding this code in custom css
.t3-section-wrap .mod-bg-gray { background: #f7f9f9; }
change the color code as per needs.
Goodmorning Ninja,
Thank you for looking into it. I added your code in custom.css But I don't see any changes?
t3-section-wrap .mod-bg-gray { background: #fccb8d; }
smartmax Please check in your code there is no dot in first class. .t3
haha! Great, thank you