trailer box color

Hello, Is there a way to change the color of an individual trailer box (the description background)

Comments

  • Hello,
    To make one of the trailerboxes different than others, you have to use CSS code.
    Please edit the Trailer Box item and provide class to make it easier to catch

    Then, please inspect using inspector the html code, and find the element which is responsible about the color of the description's background.
    Then, before the class related to description's background, attach the class inserted in previous screenshot :)

    thanks
  • edited September 2020
    Hello,I have found the css that enables me to change the color of the trailer box. The CSS is below.

    .style-simple .trailer_box:hover .desc {
        background-color: red;
    }

    However I am unable to utilise the custom class tool. I added othercolor to the field and then saved it. I then added .othercolor to the beginning of the css classes above but it did not work. Can you please explain?
  • Can you send me a link to your website and point me which element is it?
    Also, we suggest to take a look at this topic of the documentation:

    thanks
Sign In or Register to comment.