Change Intro background color

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Dec 10, 2014 9:48 am
Reply with quote
Report this post
Hello Guys,
I'm trying to change the background color for the intro and it doesn't change via back-end. The template is the last version so I don't know why is this happening. Can you tell me if is there another way to change the background color of the intro without touching the code? My web: http://www.funwebsing.com/
Thank you in advanced,
Jorge!
User avatar
Senior Boarder

GK User
Wed Dec 10, 2014 10:12 am
Reply with quote
Report this post
Hi,
Try this code
Code: Select all
.gkIsWrapperFixed {
    background:  yellow !important;
}


and read my footer link.
User avatar
Platinum Boarder

GK User
Wed Dec 10, 2014 10:31 am
Reply with quote
Report this post
Please edit: /templates/gk_Creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapperFixed {
    background:  #ff0000 !important;
}

where #ff0000 is image colour code.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron