Can you remove Product Underline

Sorry for posting in this forum, but I dont seem to be allowed to post in any other.

Maybe because I’m still on 60 days, not sure though.



Is there any way to remove the underline that is underneath the product name ?.



i think this mean its a “clickable link” in html jargon, but I’d rather it not be there as it looks a bit naff.



EG



Pair of Boxer Shorts

Code BA2/1

£29.95



As opposed to



Pair of Boxer Shorts

Code BA2/1

£29.95



Feel free to move this to another forum if necessary



Thanks

Nig

In /skins/YOUR_SKIN/customer/styles.css, find


.product-title, .product-title:visited, .product-title:hover, .product-title:active {
color: #014ead;
[COLOR="Red"]text-decoration: none;[/COLOR]
}


and add the [COLOR=“Red”]red[/COLOR] line.

[quote name=‘baballuci’]In /skins/YOUR_SKIN/customer/styles.css, find


.product-title, .product-title:visited, .product-title:hover, .product-title:active {
color: #014ead;
[COLOR="Red"]text-decoration: none;[/COLOR]
}


and add the [COLOR=“Red”]red[/COLOR] line.[/QUOTE]



Brilliant thanks.

is it possible to do it for sub categories too ?.

Actually this is a good practice, thank you!