Module Variation & Colour

October 2012 Joomla Template
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
Mon Nov 04, 2013 2:50 pm
Reply with quote
Report this post
Hi there,

I would like to tweak this page http://www.wooshping.com/wooshping-instant a little but I don't know how to do it.
Basically I would like to remove the grey background for the module at the top and also change the red box colour to the blue colour that we are using on the homepage.

Any pointers on how to do this would be greatly appreciated.

Thanks a lot,
Rupert
User avatar
Junior Boarder

GK User
Mon Nov 04, 2013 4:37 pm
Reply with quote
Report this post
Please edit: /templates/gk_startup/css/override.css and add at its end:
Code: Select all
.gkblock-7 {
background: #237D9F;
color: #FFF !important;
}


This way you can change red background and font color to different one.

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

GK User
Mon Nov 04, 2013 4:37 pm
Reply with quote
Report this post
To remove gray background under red element, add this to override.css:
Code: Select all
#gkHeader {
background: #fff;
}
User avatar
Moderator

GK User
Mon Nov 04, 2013 6:32 pm
Reply with quote
Report this post
FANTASTIC! Thanks so much!! Worked an absolute treat!! :D
User avatar
Junior Boarder

GK User
Mon Nov 04, 2013 8:24 pm
Reply with quote
Report this post
I'm glad I could help :).
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron