Module Background Color ?? - Joomla! Forum - community, help and support
i want change background color on modules. specifically, want single newsflash module black background (white text) other instances arise want module stand out because of background color.
can done in joomla 3 (protostar template) or require third-party extension or template?
cordially,
twohoot
can done in joomla 3 (protostar template) or require third-party extension or template?
cordially,
twohoot
have tried using module class suffix in advanced tab of module manager. here's quick example...
add template.css:
.wysiwyg {
background-color:#000;
color:#fff;
}
add module class suffix:
wysiwyg
(a space must come first)
hope helps.
add template.css:
.wysiwyg {
background-color:#000;
color:#fff;
}
add module class suffix:
wysiwyg
(a space must come first)
hope helps.
Comments
Post a Comment