6 Replies Latest reply on Feb 11, 2010 1:27 PM by fkj

    Enable CONTROL_SKINNING except for links, is it possible?

    fkj

      I'd like to use CONTROL_SKINNING except for links, since my site links are grey and CONTROL_SKINNING forces them to blue.

       

      I've tried to customize the link classes but it sometimes render correctly and sometimes not.

       

      .rich-link 
       {
       }
       .rich-link-hover
       {
       }
       .rich-link-visited
       {
       }
       .rich-link:hover
       {
       }
       .rich-link:visited
       {
       }
      

       

      Thanks for any help,

      Felipe