How to remove underline in all hyperlinks

marek.krol
16 Posts
marek.krol posted this 25 April 2020
Ask a Question

Hi,
I want to remove underline in all hyperlinks but I want to keep them for hover action. It's not possible under theme options. I can guess I can do it using css but where and how? I need clear instruction.

Marek

Hi, I want to remove underline in all hyperlinks but I want to keep them for hover action. It's not possible under theme options. I can guess I can do it using css but where and how? I need clear instruction. Marek
Vote to pay developers attention to this features or issue.
6 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 27 April 2020

Hi Marek,

Please try adding the following code to the Nicepage Desktop >> Site Settings >> CSS:

 .u-body a:hover {
    color: red;
}

This may help if you're using a Nicepage theme.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Marek, Please try adding the following code to the Nicepage Desktop >> Site Settings >> CSS: .u-body a:hover { color: red; } This may help if you're using a Nicepage theme. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
marek.krol
16 Posts
marek.krol posted this 29 April 2020

Olivia,
Unfortunately, it doesn't work at all. Any other suggestions?

Olivia, Unfortunately, it doesn't work at all. Any other suggestions?
Support Team
Support Team posted this 30 April 2020

Hi Marek,

Please provide a link to the page where we could see the links so we could check the code.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Marek, Please provide a link to the page where we could see the links so we could check the code. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
marek.krol
16 Posts
marek.krol posted this 30 April 2020

Here's the link
https://biurotlumaczen.com.pl/ile-kosztuje-tlumaczenie/

Here's the link https://biurotlumaczen.com.pl/ile-kosztuje-tlumaczenie/
Support Team
Support Team posted this 30 April 2020

Hi Marek,

Exactly what link hover effect you want to keep?
If you want to keep the hover underline please try the following code:

.u-text a {
  border-style: none;
}
.u-text a:hover {
  border-style: solid;
}

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Marek, Exactly what link hover effect you want to keep? If you want to keep the hover underline please try the following code: .u-text a { border-style: none; } .u-text a:hover { border-style: solid; } ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
marek.krol
16 Posts
marek.krol posted this 30 April 2020

Thanks a lot. That's exactly what I wanted to achieve.

Thanks a lot. That's exactly what I wanted to achieve.

Last edited 30 April 2020 by marek.krol

You must log in or register to leave comments