J-BusinessDirectory - JBD not work with custom.css files anywhere? joomla way..

Support Forum

 
 

 

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?

2 replies

Hi, 

 

Since you're overriding value you should and !important to the end of the css like this. 

  1. background-color: #000000 !important;
    color: #ffffff !important;

Thks got this working now and seem finally get it right :)

 
 
 

3 Item(s)

Show per page