How to remove link underlining on Home Page?

Posted in: Newspaper
Post count: 7

Hello! I have this weird problem, since I use a button system, I have now realized that people prefer the names of the buttons to also contain the same url as the buttons.
I have done this in several pages (http://www.portugalcanal.com/filmes/ and http://www.portugalcanal.com/musica/) and the names above the links don’t get underlined, I’ve tried doing the same on the Home page, and links get underlined, I just want the underline to dissapear, I want it bo equal to those pages I’ve showed you.

Here’s the homepage by the way: http://www.portugalcanal.com/

Post count: 23312

Hello Sr_Noodles,

If you want to have a text with the underline, you have to use a bit of CSS to achieve it. Please try the code below and add it in Theme panel->Custom CSS area.

.vc_custom_heading a:hover {
text-decoration:underline;
}

The result you should see here -> http://screencast.com/t/OVHh2nYqta

If is not what you mean, please provide more details about this so I will be able to provide a more accurate response.

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.