create a suffix class

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Fri Jul 26, 2013 7:46 pm
Hi!

I want to remove the white bg from the mainbody but ONLY for the home page. How can I get this?

www.mumsbitar.se

Thanks in advance!

A
User avatar
Senior Boarder

GK User
Fri Jul 26, 2013 7:48 pm
First of all, please read about page suffixes:
http://www.gavick.com/documentation/gen ... mla-pages/

Now, knowing how to add one, You can create a custom css class with use of override.css to disable bg only on page with the suffix.
User avatar
Moderator

GK User
Sun Jul 28, 2013 10:50 am
Hi Cyberek!

Thanks for the reference. I 've already seen and applied it but it seems that I miss something. I 've created a class: ''nobg'' for the menu item 101 (home page) and then, although i couldn't see this in page source, I 've added the following code into the override.css :

.nobg #gkContent {
background-color:none;
padding:0;}

What am i missing?

Thanks again
A
User avatar
Senior Boarder

GK User
Sun Jul 28, 2013 5:00 pm
Currently your homepage has a class "nopaper". It seems, that You have used wrong id in suffix settings.
User avatar
Moderator


cron