I couldn't find anything in the forum....
I'm just wondering if modifying module css works the same way as the main CB template (i.e. Template plugin) or whether I need to manually created a override.css file where the module css file in question is
I am trying to modify this css that is found in /modules/mod_subcriptions/mod_cbsubscriptions.view.css file (CB Subscriptions Module)
These are the originals that I wanted to tweak:
Code:
div.modcbsubCurrent div {
background: #FC9307;
font-weight: bold;
font-size: 90%;
padding: 3px 1px 1px 4px;
Code:
div.modcbsubUpgrades div {
background: #FC9307;
font-weight: bold;
font-size: 90%;
padding: 3px 1px 1px 4px;
Whatever the answer is, would this apply to all the CB modules?
Thanks!