Custom Button

Posted in: Newspaper
Post count: 196

Hello, I saw this code somewhere in the form and used it:

.fullwidth{ background-color:black; border-radius:5px; padding: 5px 0; } .fullwidth a{ display:block; width:100%!important; text-align:center; text-decoration: none; color:white!important; }
.fullwidth:hover {
background-color: purple;
}

Now everything works, however when I hover over the text, it is underlined. Here is an example:

https://ibb.co/cMPnYU

I would like it removed and have it look like an overall button link. How can I do this?

Post count: 22421

Hello,

Please provide a link to your site so we can inspect the code and provide the needed css code to remove the text decoration.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.