Changing template colors

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
Fri Jun 28, 2013 4:23 pm
Reply with quote
Report this post
Hi! I'm trying to change the template colors, by modifying the style2.css file (I have selected Color II). By now, I'm finding what I have to change, but I don't know where is the code for the background at the load of the home page, when that little clock appears before the slides.

Thanks for helping out!
User avatar
Expert Boarder

GK User
Fri Jun 28, 2013 5:23 pm
Reply with quote
Report this post
It would be better to post all changes into override.css and activate it in template settings.
If You update template in future - override.css will be only file You would need to move to the new installation. If You will edit core files, then You will need more work to revert all changes after update.

To change "loading" background color, please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapperFixed {background-color: #ff0000;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Jul 01, 2013 3:55 pm
Reply with quote
Report this post
Ok, I'll keep that in mind, thank you.

For now, it is not working because of the cache... but I will check it in a few minutes.

Just another thing, where can I change the top menu colors?
User avatar
Expert Boarder

GK User
Mon Jul 01, 2013 7:03 pm
Reply with quote
Report this post
What colors exactly would You like to change (background, text color, hover color)?
User avatar
Moderator

GK User
Tue Jul 02, 2013 7:47 am
Reply with quote
Report this post
I need to change hover color. Thanks.
User avatar
Expert Boarder

GK User
Tue Jul 02, 2013 8:31 am
Reply with quote
Report this post
Code: Select all
.gkMenu a:hover, .gkMenu a:active, .gkMenu a:focus, .gkMenu li.active > a {color: #ff0000;}


Use this css code and change color to your liking.
User avatar
Moderator


cron