How can i change color of menü,titles,read more,modules?
Rate this topic: 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.
If you can help me, i ll be very happy.
-
- Senior Boarder
- GK User
- Wed Mar 11, 2015 11:42 pm
- Reply with quote
- Report this post
Hi,
start from that guide: https://www.gavick.com/documentation/jo ... t-size-etc
start from that guide: https://www.gavick.com/documentation/jo ... t-size-etc
-
- 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
-
- Senior Boarder
- GK User
- Thu Mar 12, 2015 8:32 pm
- Reply with quote
- Report this post
-
- Platinum Boarder
- GK User
- Thu Mar 12, 2015 8:34 pm
- Reply with quote
- Report this post
Read More and to all other buttons
Where to add this code? http://goo.gl/6yHkKo
- 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
-
- Platinum Boarder
- GK User
- Thu Mar 12, 2015 8:36 pm
- Reply with quote
- Report this post
Article titles
or
- Code: Select all
article header h1 a {
color: red;
}
or
- Code: Select all
article header h1 a, article header h2 a {
color: red;
}
-
- Platinum Boarder
- GK User
- Thu Mar 12, 2015 8:39 pm
- Reply with quote
- Report this post
Module title "LATEST NEWS"
Modules titles (most of) from sidebar
- Code: Select all
.box.big .header {
color: green;
}
Modules titles (most of) from sidebar
- Code: Select all
.box .header { color: green; }
-
- Platinum Boarder
7 posts
• Page 1 of 1