the link to my site is http://www.boxclef.com and i was woundering if i could get some help on change the green link colour in the comment section and also how to change the firebug heading into my personalised heading. Thanks
the link to my site is http://www.boxclef.com and i was woundering if i could get some help on change the green link colour in the comment section and also how to change the firebug heading into my personalised heading. Thanks
Do you mean the "0 COMMENTS" link?
yes and went the comment is expanded, the subscribe by rss and email links. thanks
Try adding:
.dsq-comment-count,#dsq-subscribe a,.dsq-subscribe-rss a {color:#f00;}
to the bottom of style.css - replacing #f00; with the color of your choice.
Thanks it worked. Sorry to bothered you but is there anyway you could help me with changing the sidebar heading (Author, subscribe, advertising, featured etc from the colour green to blue (as the pages colour). Thanks in advance
Try chaging:
#sidebar h2 {
color:#9FC253;
padding-bottom:10px;
}
to:
#sidebar h2 {
color:#72B6CF;
padding-bottom:10px;
}Thanks for your help. I just need help with these three things if you can help.
1 is how i change the header to display my blogname Box Clef
2. how to have a personalised imagine (trade mark) appear in the browser heading best to the Box clef text instead of it showing"Ca"and
3. i have setup a feedburner but the link on the blog to subcribe by email seems to be linked to a different site and would like to change that if possible.
I know am asking too many questions but your help is very appreciated. Thanks once again
1. Edit style,css and change:
#logo h1 a {
background:url(images/logo.gif) no-repeat;
display:block;
height:72px;
}
to:
#logo h1 a {
display:block;
height:72px;
}
2.See Creating_a_Favicon
3, How did you enter that url into the form the first place?
Thanks for the reply. i was able to solve the form issue. However how do i change the link for the RSS next to the pages. Thanks
This topic has been closed to new replies.