• Hi guys _ I’m using the Brandformagazine theme for one of my blogs Dogs Worldwide the only problem I have with the theme is that hyperlinks within posts remain the same colour as the normal text; so unless you were to hover over the linked text you wouldn’t know there is a link there. Not much good if you want to send somebody off to another page, be it an affiliate or another page on your blog.

    So two questions really: anyone know of any easy fix? and secondly anyone know of a suitable plugin that might help overcome the problem.

    As always thanks for any suggestions or advice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to find the link colours in your stylesheet (style.css) and change it.

    You need to change your entry link css in your theme’s style.css (change the colors to whatever you wish).

    .entry a:link {color: #00366B; text-decoration:underline;}
    .entry a:visited {color: #575757;}
    .entry a:hover {color: #000000; text-decoration:none;}

    For more options and info, try a Google search for: css link

    Thread Starter kevin22

    (@kevin22)

    I hear what you are saying Gangleri

    The way this blog is set up is that all the links: sidebar, posts, etc are all set #333, now there is no difficulity in gooing to the style sheet and changing a:link, a:visited and a:hover, a:active to say 0000FF your standard link colour but if I do that every link changes, and really the outlay looks awful; what I want to be able to do is to make links within posts a different link colour so while the links to latest posts etc remain #333 I want to be able to make other links on a link by link basis 0000ff

    Take a look at my blog to see what I mean

    Kevin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a plugin available for this?’ is closed to new replies.