Links underlined

Hi,

i need all the links on the site to be underlined. Can I use any code - Custom CSS?

Comments

  • Hi,

    Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS, and check if it is what you wanted to achieve.

    a{
       text-decoration: underline!important;
    }
    

    Thanks

  • THX, That's not right. I need an underline when I hover mouse. And in the menu I have the links underlined twice. 

  • Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.


    Thanks

Sign In or Register to comment.