how can i change color of heading?
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Sat Jul 27, 2013 12:42 pm
- Reply with quote
- Report this post
i wan to change color of top heading from black to another color. how can i do it?
-
- Senior Boarder
- teitbite
- Sat Jul 27, 2013 5:15 pm
- Reply with quote
- Report this post
Hi
Can you please show me your site?
Can you please show me your site?
-
- Moderator
- GK User
- Sat Jul 27, 2013 8:43 pm
- Reply with quote
- Report this post
http://www.8dpc.comteitbite wrote:Hi
Can you please show me your site?
-
- Senior Boarder
- teitbite
- Mon Jul 29, 2013 3:04 am
- Reply with quote
- Report this post
Hi
please change the color values in this class:
please change the color values in this class:
- Code: Select all
#gkPageTop,
#gkBannerTop {
background: none repeat scroll 0 0 #F1F1F1;
}
-
- Moderator
- GK User
- Mon Jul 29, 2013 3:27 pm
- Reply with quote
- Report this post
Thanks a lot and how can i change modules titles color from frontpages? like more news, last week, most popular, top stories, breking news, latest news news galery and video
-
- Senior Boarder
- teitbite
- Wed Jul 31, 2013 1:00 am
- Reply with quote
- Report this post
Hi
To change regular titles use this code:
To change orange titles use this code:
To change regular titles use this code:
- Code: Select all
.box .header {
color: #E25B32;
}
To change orange titles use this code:
- Code: Select all
.box.color .header {
color: #E25B32;
}
-
- Moderator
6 posts
• Page 1 of 1