Idiots guide to suffixes!

September 2015 Joomla Template
GK User
Fri Apr 15, 2016 2:14 pm
Hi,
I'm stuck trying to implement what I imagine should be relatively easy.

On my main body in between two newspro modules I want a module with red background and white text.

Can someone give me a (very simple!) idea of how to do this? Can suffixes be applied to modules, not just items?
User avatar
Fresh Boarder

teitbite
Tue Apr 19, 2016 9:09 am
Hi

It depends. Not every module position supports module class suffixes. Please tell me the url to the page with this module and tell me which one is it.
User avatar
Moderator

GK User
Thu Apr 21, 2016 1:22 pm
Hi,

www.passivehouseplus.ie, on the home page I have two news modules in the mainbody. I want to put a new module in between these, using the suffix to have a red background with white text. Is it possible on the mainbody?
User avatar
Fresh Boarder

teitbite
Sun Apr 24, 2016 4:29 pm
Hi

In "Basic settings" of NSP module please add a module class suffix "bgred". Than add This code with a color of Your choice to override.css file:

Code: Select all
.bgred {
background-color: red;
}

.bgred h4,
.bgred .nspText {
color: white;
}
User avatar
Moderator

GK User
Tue Apr 26, 2016 11:57 am
Perfect, thank you!
User avatar
Fresh Boarder

teitbite
Fri Apr 29, 2016 9:30 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron