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?
Comments