how can i change color of heading?

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
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?
User avatar
Senior Boarder

teitbite
Sat Jul 27, 2013 5:15 pm
Reply with quote
Report this post
Hi

Can you please show me your site?
User avatar
Moderator

GK User
Sat Jul 27, 2013 8:43 pm
Reply with quote
Report this post
teitbite wrote:Hi

Can you please show me your site?
http://www.8dpc.com
User avatar
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:

Code: Select all
#gkPageTop,
#gkBannerTop {
    background: none repeat scroll 0 0 #F1F1F1;
}
User avatar
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
User avatar
Senior Boarder

teitbite
Wed Jul 31, 2013 1:00 am
Reply with quote
Report this post
Hi

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;
}
User avatar
Moderator


cron