Custom CSS
Hey!
I have 3 sliding boxes on 1 page. I want to use a custom color for each one.
I use this code .sliding_box .desc_wrapper { background:#e45e0f;} but that changes the color for every sliding box on the page.
How can I modify this code to change the color of a specific sliding box on a page?
Thanks.
Comments
to set specific color for specific box, you must set "Custom | Classes" name for each item and then in accordance to specific classes names, you must write custom css.