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
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
Olivia,
Unfortunately, it doesn't work at all. Any other suggestions?
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
Here's the link
https://biurotlumaczen.com.pl/ile-kosztuje-tlumaczenie/
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
Thanks a lot. That's exactly what I wanted to achieve.
Last edited 30 April 2020 by marek.krol