Blue Color

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Fri Nov 07, 2014 4:13 pm
Which CSS-Files should I change, that the blue-modul with the various events (on frontpage) is red and not blue?

Thanks
User avatar
Fresh Boarder

GK User
Fri Nov 07, 2014 5:38 pm
Please edit: /templates/gk_events/css/override.css and add at its end:
Code: Select all
.top1-colorbg #gkTop1, .top2-colorbg #gkTop2 {
background: #00bcf2;
}

Now modify 00bcf2 colour to your liking.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Nov 07, 2014 6:03 pm
Hello,

thanks for your answer. Now a part is red and a part is blue :)
http://www.twitnic.de/images/gavick.png
User avatar
Fresh Boarder

GK User
Fri Nov 07, 2014 7:37 pm
Please set same colour for this selector:
Code: Select all
#gkPageContent div.box {background: #0000ff;}
User avatar
Moderator


cron