Remove underlining on hover + add a link to a content box

Hello,

1. how can I remove the underlining on hover?
2. add a link not only to the text, but to the whole box


thanks

Comments

  • Hi,
    to remove the underline effect use this custom css
    .column a:hover {
    text-decoration:none !important;
    }
    You cannot have the effect on the whole box.
    thanks
  • How to remove underline globally? Is there any option on settings that disable underline globally?

  • Hi @stella21,

    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 the link.

    It is always a good idea to also attach a screenshot

    thanks

Sign In or Register to comment.