I'm wondering how vBSEO did this,
In postbit, how do you remove the underline from the links ?
This is a discussion on Remove Underline from vb4 within the Template Modifications forums, part of the vBulletin SEO Discussion category; I'm wondering how vBSEO did this, In postbit, how do you remove the underline from the links ?...
I'm wondering how vBSEO did this,
In postbit, how do you remove the underline from the links ?
I'm not exactly sure where it is, but basically you need to find the "a" super elements
a, a:hover, a:link, a:visted , etc and add
text-decorartion: none;
to the css rule
Brian Cummiskey / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Added to the locations described for postbit.css in CSS templates, but doesn't seem to have any effect.