Hi
I tried to change the css background colour for the site with JBD business listings for black background and white text. Like
#sp-main-body {
background-color: #000000;
color: #ffffff;
}
I created in Joomla way the path to the html page for Joomla custom css files ie:
/domain/templates/templates/css/custom.css
/domain/templates/templates/html/com_jbusinessdirectory/css/custom.css
/domain/templates/templates/scss/custom.scss
Nothing works for custom changing the background colour and text for the site, JBD and the template.
How do I fix this?
Hi,
Since you're overriding value you should and !important to the end of the css like this.
Thks got this working now and seem finally get it right :)