Trying To Add Background To "onclick_Dropdown" Wrapper?

Still cant figure out how to change the wrappers on cs-cart.



I'm using the onclick_dropdown for one of my blocks and its basically transparent with just dark letters, so you cant see it on our home page. I need to add a white background to it but cant figure out how to!



In the attached picture you'll see between the two blocks some very dark letters you just cant read. That's what I need to add a white background to.



Thanks in advance!

You could add some custom CSS with the following;



.cm-popup-title {

background-color: #eee;

}

[quote name='phantomcables' timestamp='1391099551' post='176399']

You could add some custom CSS with the following;



.cm-popup-title {

background-color: #eee;

}

[/quote]



just add this in the styles.css sheet where that wrapper is located im assuming?