Announcement

Collapse
No announcement yet.

CSS issue (I think)... doing my head in.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by jont View Post
    You need to be adding the font size to

    HTML Code:
    a.product_section:link {
    color: #000000;
    text-decoration: none;
    }
    
    a.product_section:hover {
    color: #003300;
    text-decoration: none;
    }
    
    a.product_section:link {
    color: #000000;
    text-decoration: none;
    }
    
    a.product_section:hover {
    color: #003300;
    text-decoration: none;
    }
    Thanks muchly. Works a treat now. :-)

    Comment

    Working...
    X