1. FCPeggy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 01 June 2018
  5.  Subscribe via email
I've already styled the module colour with the template settings with a colour and they are in use on some menu pages already. This is from the template setting:

#container_top1_modules {
background-color: rgba(0,126,140, 1);
}


I'd like to reuse the top-1 module on a different page with a black background. How do I write the coding for CSS and Module suffix box?

CSS?
.blackbackground {
background-color: #000000;
}


Module suffix box
.blackbackground (I put a couple of spaces before inserting this and nothing has changed.)

Any help would be appreciated.
Thanks,
Peggy
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Peggy

The following Custom CSS should created the class suffix for you...

 .blackbackground { 
background-color: #000000;
}


Not when adding the class to the suffix field, add a space just before the class.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, thank you.

Technically this should work. I did not realize the need for a space before the code in the CSS coding in this instance. I was only putting spaces in the module class suffix area.

I'm working within a test environment using usbwebserver and have loaded an addon to control backgrounds on all pages.
This is not working in my test environment. Some things don't work in the test environment. I will have to test this coding when the site is live.

Thank you for your help.
Cheers,
Peggy
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Peggy

My apologies, I was referring to a space in the Module Class Suffix field. Not the actual CSS.

If at some point you have your site hosted, please feel free to send temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!