Alternate background top widgets

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Mon May 20, 2013 11:39 pm
Hi there,

On Bottom Widget (I,II, III, IV, V, VI), when I populate them, I have an auto alternate background.

Widget I -> White background
Widget II -> Grey Background
Widget III -> Greys background
(..)


How can I get the same effect with both Top and mainbody widgets?
User avatar
Junior Boarder

GK User
Mon May 20, 2013 11:52 pm
Please enable override.css in template/Simplicity advanced settings tab, then edit:
/wp-content/themes/Simplicity/css/override.css
and add at its end:
Code: Select all
#gk-top1 {
   background: #f8f8f8;
}
#gk-top2 {
   background: #f8f8f8;
}
#gk-mainbody {
   background: #f8f8f8;
}

This way You can setup background for each of those elements.
User avatar
Moderator

GK User
Mon May 20, 2013 11:53 pm
Cyberek wrote:Please enable override.css in template/Simplicity advanced settings tab, then edit:
/wp-content/themes/Simplicity/css/override.css
and add at its end:
Code: Select all
#gk-top1 {
   background: #f8f8f8;
}
#gk-top2 {
   background: #f8f8f8;
}
#gk-mainbody {
   background: #f8f8f8;
}

This way You can setup background for each of those elements.



Thanks ;) That was really fast :D
User avatar
Junior Boarder

GK User
Tue May 21, 2013 5:45 am
estevaosoares wrote:
Cyberek wrote:Please enable override.css in template/Simplicity advanced settings tab, then edit:
/wp-content/themes/Simplicity/css/override.css
and add at its end:
Code: Select all
#gk-top1 {
   background: #f8f8f8;
}
#gk-top2 {
   background: #f8f8f8;
}
#gk-mainbody {
   background: #f8f8f8;
}

This way You can setup background for each of those elements.



Thanks ;) That was really fast :D




Hi, sorry to be back, but this code does not work for full width like the bottom widgets.
How can I fix that?



Thankx
User avatar
Junior Boarder

GK User
Tue May 21, 2013 8:44 am
Could you post an url to your site and point exactly which module background You would like to change?
User avatar
Moderator


cron