Forums

how to change a link colour (9 posts)

  1. d
    Member
    Posted 2 years ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Do you mean the "0 COMMENTS" link?

  3. d
    Member
    Posted 2 years ago #

    yes and went the comment is expanded, the subscribe by rss and email links. thanks

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

  5. d
    Member
    Posted 2 years ago #

    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

  6. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try chaging:

    #sidebar h2 {
    color:#9FC253;
    padding-bottom:10px;
    }

    to:

    #sidebar h2 {
    color:#72B6CF;
    padding-bottom:10px;
    }
  7. d
    Member
    Posted 2 years ago #

    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

  8. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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?

  9. d
    Member
    Posted 2 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic