Text link problem

Central Tech
43 Posts
Central Tech posted this 08 February 2019
Ask a Question

I have text that I want people to click on to go to another site. It looks like this https://prnt.sc/mikikc

When I select the text and click to make it a link it fills the caption field with the text like this https://prnt.sc/mikjkj

This makes the text look like this https://prnt.sc/mikk8h

I don't want it to look like that. It's needs to be black like these are - https://prnt.sc/mikks8

I also don't want it to be underlined when hovering over the text.

Is there any way to do this?

I have text that I want people to click on to go to another site. It looks like this https://prnt.sc/mikikc When I select the text and click to make it a link it fills the caption field with the text like this https://prnt.sc/mikjkj This makes the text look like this https://prnt.sc/mikk8h I don't want it to look like that. It's needs to be black like these are - https://prnt.sc/mikks8 I also don't want it to be underlined when hovering over the text. Is there any way to do this?
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 11 February 2019

Hi,

All links are blue and underlined in hover. These settings are specified under the Theme settings >> Headings and Text. But the color can be changed by changing the default color under the Text control settings. Unfortunately, underline cannot be removed for this control.

...................................................
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, All links are blue and underlined in hover. These settings are specified under the Theme settings >> Headings and Text. But the color can be changed by changing the default color under the Text control settings. Unfortunately, underline cannot be removed for this control. ................................................... 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
Central Tech
43 Posts
Central Tech posted this 11 February 2019

Thanks for the info. Hate the underline, it's very old school for hyperlinks

Thanks for the info. Hate the underline, it's very old school for hyperlinks
Support Team
Support Team posted this 12 February 2019

Hi Marti,

You are welcome. We can provide you the custom code to remove underline for all the links on the site. Add this code under the Site >> Settings >> HTML >> Additional CSS:

a:hover {
    text-decoration: none!important;
}

...................................................
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 Marti, You are welcome. We can provide you the custom code to remove underline for all the links on the site. Add this code under the Site >> Settings >> HTML >> Additional CSS: a:hover { text-decoration: none!important; } ................................................... 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
Central Tech
43 Posts
Central Tech posted this 13 February 2019

Thanks! That's helpful

Thanks! That's helpful
Support Team
Support Team posted this 13 February 2019

Hi Marti,

You are welcome. Feel free to contact us in any other occasion.

...................................................
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 Marti, You are welcome. Feel free to contact us in any other occasion. ................................................... 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
You must log in or register to leave comments