Change background load color of homepage slider

GK User
Mon Jul 07, 2014 11:20 am
Hi how do i change the color of the background of the slider component which is displayed while loading. It is currently the blue from the demo template I would like it to be a differnt color.
User avatar
Junior Boarder

teitbite
Mon Jul 07, 2014 1:13 pm
Hi

Please add this code with a color of Your choice to override.css and make sure override is enabled in template settings:

Code: Select all
.gkIsWrapper-gk_university .gkIsPreloader {
    background-color: #3f4e67;
}
User avatar
Moderator

GK User
Wed Aug 20, 2014 11:40 am
Where to change the white text for the menuitems? I'm using a lighter background so a darker color would be better.
User avatar
Expert Boarder

teitbite
Wed Aug 20, 2014 11:43 am
Hi

Please show me exactly which elements You would like to change.
User avatar
Moderator

GK User
Wed Aug 20, 2014 11:48 am
The color of the active-link in the topmenu i.e. #000 and all other menuitems like NEWS and EVENTS #f7e411
Image
User avatar
Expert Boarder

teitbite
Thu Aug 21, 2014 8:58 am
Hi

Please try this code:

Code: Select all
.gkMenu > ul > li.active > a {
    color: #000;
}
User avatar
Moderator

GK User
Fri Aug 22, 2014 11:46 am
I already tried that one but it only colors the active-link black.
User avatar
Expert Boarder

teitbite
Fri Aug 22, 2014 8:12 pm
Hi

Sorry I missubderstood. Try this code:

Code: Select all
.gkMenu > ul > li > a {
    color: #000;
}
User avatar
Moderator

GK User
Sun Aug 24, 2014 9:49 pm
Tnx, works fine.
User avatar
Expert Boarder

GK User
Mon Aug 25, 2014 11:09 am
teitbite wrote:Hi

Please add this code with a color of Your choice to override.css and make sure override is enabled in template settings:

Code: Select all
.gkIsWrapper-gk_university .gkIsPreloader {
    background-color: #3f4e67;
}


Where is the enable override found?
User avatar
Fresh Boarder

teitbite
Tue Aug 26, 2014 2:06 pm
Hi

In template settings under "Advanced settings" tab.
User avatar
Moderator

GK User
Sun Sep 21, 2014 10:15 am
Hi,

I've tried to add the code into override.css. But the NEW colour is only appearing when it loads the first time. Subsequently once the rotating banner kicks in, the colour goes back to old template colour.

Please advice. Thanks.
User avatar
Fresh Boarder

teitbite
Mon Sep 22, 2014 9:38 am
Hi

Can I please see Your site while this code is present ?
User avatar
Moderator

GK User
Wed Sep 24, 2014 6:01 am
Hi,

The website is www.mib.edu.my/v1
and I have placed in the code inside the .css file.

Awaiting for advice. Thanks.

Anantha
User avatar
Fresh Boarder

GK User
Wed Sep 24, 2014 6:03 am
The existing colour tone for the demo template is nice. My objective is only want to change it to a more reddish (red) colour, but everything else remains. That means the dark grey = card red, the tone grey colour (at the rotating banner) + at the bottom of the pages, changed to red tone instead of existing grey.

Hope I am making sense.

Thanks
User avatar
Fresh Boarder

teitbite
Thu Sep 25, 2014 7:46 am
Hi

Preloader is a different element than the background You have in mind. I believe the color You are talkign about is this image: http://www.mib.edu.my/v1/images/demo/guest_bg.jpg and this can be replaced in Image show slides settings.
User avatar
Moderator


cron