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

  • Hi,

    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.
  • Can you give me an example?

    I just don't know what codes to use for Custom Classes.

    What do I write under "Custom Classes" for the individual box?

    What do I write before the CSS code to connect it to that custom class?

    Thanks.
  • If you will set class name for item and you will send us url to page where you did it, we'll show you how to write css.
Sign In or Register to comment.