Widget + Blue Link

Posted in: Newspaper
Post count: 25

Hi, I host ads on my website thesagonline.com by putting the ads themselves in widgets and then in the sidebar. Is there anyway that I can display the links in them as blue links?
Thanks

Post count: 9544

Likely create a style class like

.bhssads a{CSSstylehere}

then simply use that class in your ads

For more info about this ad, visit: <a href="adlink" rel="nofollow" class="bhsads">Link to Landing</a>

Something like that maybe?

  • This reply was modified 11 years by simchris.
  • This reply was modified 11 years by simchris.
  • This reply was modified 11 years by simchris.
Post count: 25

Hi, I think I tried what you recommended, but it did not work. If you look on thesagonline.com at the bottom right where it says Donna Holenberg and Quantum Prep tutoring, the links in the text are not showing up blue and these are the links that I want to be blue.
That might be a little clearer.
Cheers

Post count: 6600

Hi,

I have checked your site and found that your link aren’t appearing as link is because you don’t have them as links.
You need to do as Christopher suggested and add your link’s into an html anchor tag then use the css below to set a color for them: http://screencast.com/t/R5MchevoBQJy

.widget_text a {
color: #7bc6f1
}

Thanks

Post count: 25

Thank You so much!!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.