Promo block url link color change

I want the color of the links I put in the promo block to be diffeent from the site's other clickable links. How can I change the color of the clickable links in the promo block?

Quote · 29 Sep 2009

You can do it like this (you can edit font-size, font-weight, color, text-decoration and font-family)

1)

Link with class used on promoblock

<a href="http://www.boonex.com" class="my_link">BoonEx - Community Software,  Dating And Social Networking Scripts, Video Chat And More.</a>

2)

Open file templates/tmpl_uni/css/index.css and add at the bottom of the file this code

a.my_link, a.my_link:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: normal;
color:#FF0000;
text-decoration: underline;
}

a.my_link:hover {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
color:#003060;
text-decoration: none;
}

Quote · 29 Sep 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.