Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
142 Points
52 Posts
Feb 22, 2012 05:02 AM|LINK
newbie2C# div.right_column ul li { text-decoration: none; div.right_column ul.blog_links li a { text-decoration: none; }
Try this:
div.right_column ul li { text-decoration: none !important; div.right_column ul.blog_links li a { text-decoration: none !important; }
Smith Peter
Member
142 Points
52 Posts
Re: Can'r remove text decoration for anchors
Feb 22, 2012 05:02 AM|LINK
Try this:
div.right_column ul li { text-decoration: none !important; div.right_column ul.blog_links li a { text-decoration: none !important; }