How can i change color of menü,titles,read more,modules?

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 Mar 11, 2015 10:53 pm
Reply with quote
Report this post
Hi, i need your help. how can i change color of menü, read more, articles titles of frontpage, modules name of frontpage?

If you can help me, i ll be very happy.
User avatar
Senior Boarder

GK User
Wed Mar 11, 2015 11:42 pm
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Thu Mar 12, 2015 7:45 am
Reply with quote
Report this post
i have a little english so that i cant use firebug , if you can help me about exactly where can i change color i ll be very happy. i tried firebug but i coulndt succeed
User avatar
Senior Boarder

GK User
Thu Mar 12, 2015 8:32 pm
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Thu Mar 12, 2015 8:34 pm
Reply with quote
Report this post
Read More and to all other buttons
Code: Select all
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .readon, .pagination ul li a, .pagination ul li span
 { background: red; }

Where to add this code? http://goo.gl/6yHkKo
User avatar
Platinum Boarder

GK User
Thu Mar 12, 2015 8:36 pm
Reply with quote
Report this post
Article titles
Code: Select all
article header h1 a  {
    color: red;
}

or
Code: Select all
article header h1 a, article header h2 a {
    color: red;
}
User avatar
Platinum Boarder

GK User
Thu Mar 12, 2015 8:39 pm
Reply with quote
Report this post
Module title "LATEST NEWS"
Code: Select all
.box.big .header {
    color: green;
}


Modules titles (most of) from sidebar

Code: Select all
.box .header { color: green; }
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.