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?
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? |
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 { |