Closed (fixed)
Project:
SEO Position
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2008 at 21:39 UTC
Updated:
11 May 2008 at 12:42 UTC
Could someone tell me how to get rid of the underlining of urls and links in SEOPosition 5x ?
thanks.
Comments
Comment #1
mityok commentedNot sure about SEOPosition module, but undrlines for links in HTML document is default behaviour of browser, which is can be changed with CSS property text-decoration. For example, following CSS code :
will tell browser to remove underlines from all links with class "some_link_class" and show them only when mouse cursor is over the link.
To determine the right class name of <A> element, class or ID of parent elements you can use the "View formatted source" plugin for FireFox, it really helps with development and debuging of the CSS code.
Hope that info will help you.
Comment #2
mhf commentedThanks a lot mitoyok, I'll give it a try.
Comment #3
mityok commentedI don't know *who* you was telling your thanks :) but any way, you are welcome.
Comment #4
mhf commentedSorry typo - I meant mityok.
However - SEOPosition is a theme, and this underlining thing is not browser-dependent as if I use another theme then the url's are NOT underlined. SO I was asking how to change this in the SEOPosition theme - sorry I wasn't very clear (this often happens).
Comment #5
mhf commentedOK in case this helps anyone else : in style.css look for, for example, "hover" and you'll be in the section about links. Here is the original part of the style.css for SEOPosition :
and here is the amended part which takes out the underlining on urls :
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.