Module Suffix Not Working

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Sun Sep 01, 2013 6:37 pm
Hi

I have two modules in one position. However, I want to make the background of the one module white. So I have done the following:

1. In the templates.css file I have added the following at the end:

div.moduletable_header2layout {background-color: white;}

2. In the Module Manager in the Module suffix textbox I entered: _header2layout

It appears not to be working.

I'll appreciate any help or pointers.

Kind Regards

ARNOLD
User avatar
Fresh Boarder

teitbite
Sun Sep 01, 2013 6:54 pm
Hi

Not every positions supports module class suffix, but You can override it in template settings. In layout tab simply set a style called "gk_style" next to position You have this module in.
User avatar
Moderator

GK User
Sun Sep 01, 2013 7:13 pm
Hi teitbite

Thanks for the response.

I have two modules in the Header2 position. One on top of the other. I only want the one module to have a white background.

I have gone the Layouts tab in the Template Manager. However, you can only change the size of the modules. I then checked the Features tab, and there was something about overriding module positions. They only had header.

Please be so kind to provide more pointers.

Kind Regards

ARNOLD
User avatar
Fresh Boarder

teitbite
Tue Sep 03, 2013 8:42 pm
Hi

Sorry, I haven't checked which template are You using. YouShop doesn't have this options in template settings. Please show me Your site and tell me which module should have white background so I'll tell You a css code to change it.
User avatar
Moderator

GK User
Tue Sep 03, 2013 8:53 pm
Hi teitbite

The website is www.advancedjoomlatraining.co.za

It is the second module which displays the 3 x 3 row of images.

Kind Regards

ARNOLD
User avatar
Fresh Boarder

teitbite
Wed Sep 04, 2013 11:25 pm
Hi

Please just use this css selector instead of module class suffix which is not supported in this module position.

Code: Select all
#nsp-nsp_148 { background-color: #ffffff; }
User avatar
Moderator


cron