The Big Spring Sale! Up to 50% off!

How to display text underline when hover & click

admintca
9 Posts
admintca posted this 16 August 2023
Ask a Question

Hi Team,

I'd like to know how to display underline text when hover & click ?

enter image description here

Thanks,

Hi Team, I'd like to know how to display underline text when hover & click ? ![enter image description here][1] Thanks, [1]: https://i.ibb.co/xFCqWcM/underline.png
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 24 August 2023

Hello waderiley2233,

Thanks for providing text, but nicepage the most powerful side is that you do not code (99%), and the underline also is a feature, which, you can create by default by Nicepage, you do not need to write styles for underline.

Thanks for using Nicepage, Thanks for helping us improve Nicepage!
...................................................
Sincerely,
George.
Nicepage Support Team

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

Hello waderiley2233, Thanks for providing text, but nicepage the most powerful side is that you do not code (99%), and the underline also is a feature, which, you can create by default by Nicepage, you do not need to write styles for underline. Thanks for using Nicepage, Thanks for helping us improve Nicepage! ................................................... Sincerely, George. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
waderiley2233
1 Posts
waderiley2233 posted this 23 August 2023

You can do this, by simply following all these steps.

Open your project within the Nicepage software.

Select the text element you want to apply the effect to.

Navigate to the ‘Style’ or ‘Design’ panel where you can adjust various styling properties.

Look for the 'Text Decoration' or similar section.

Typically, you'll find options related to "Hover" and sometimes "Active" states. If you find them, select 'Underline' for both states. However, if you can't find an option for the "Active" state, you may need to use custom CSS.

Using Custom CSS within Nicepage:
If you need to use custom CSS:

Navigate to the section or page where you can add custom CSS. This is often under 'Settings', 'Advanced', or a similar area.

Add the following CSS:

css
Copy code
.my-text {
text-decoration: none;
cursor: pointer;
transition: text-decoration 0.3s;
}

.my-text:hover, .my-text:active {
text-decoration: underline;
}
Make sure your text element has the class my-text. If you can't assign a class directly through the design tools, you might need to do so by editing the HTML directly within Nicepage.
Note: Software platforms, including Nicepage, are continuously updated and features can change over time. It's always a good idea to refer to the latest documentation or tutorials available on the Nicepage website or check within the community forums for specific and updated guidance.

You can do this, by simply following all these steps. Open your project within the Nicepage software. Select the text element you want to apply the effect to. Navigate to the ‘Style’ or ‘Design’ panel where you can adjust various styling properties. Look for the 'Text Decoration' or similar section. Typically, you'll find options related to "Hover" and sometimes "Active" states. If you find them, select 'Underline' for both states. However, if you can't find an option for the "Active" state, you may need to use custom CSS. Using Custom CSS within [Nicepage][1]: If you need to use custom CSS: Navigate to the section or page where you can add custom CSS. This is often under 'Settings', 'Advanced', or a similar area. Add the following CSS: css Copy code .my-text { text-decoration: none; cursor: pointer; transition: text-decoration 0.3s; } .my-text:hover, .my-text:active { text-decoration: underline; } Make sure your text element has the class my-text. If you can't assign a class directly through the design tools, you might need to do so by editing the HTML directly within [Nicepage.][2] Note: Software platforms, including Nicepage, are continuously updated and features can change over time. It's always a good idea to refer to the latest documentation or tutorials available on the Nicepage website or check within the community forums for specific and updated guidance. [1]: https://bestsoftfreepc.com/nicepage-crack/ [2]: https://bestsoftfreepc.com/nicepage-crack/
Support Team
Support Team posted this 17 August 2023

Hello TCA,

You're welcome! If you have any more questions or need any further assistance, feel free to ask!
...................................................
Sincerely,
George.
Nicepage Support Team

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

Hello TCA, You're welcome! If you have any more questions or need any further assistance, feel free to ask! ................................................... Sincerely, George. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
admintca
9 Posts
admintca posted this 17 August 2023

oh I got it, thank you!

oh I got it, thank you!
Support Team
Support Team posted this 16 August 2023

Hello

You need to assign a link to this text, then enable the bottom Border and set the Color to transparent (keep the desired Hover color):

link-hover.png

Please let us know if you have any further questions.

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

Hello You need to assign a link to this text, then enable the bottom Border and set the Color to transparent (keep the desired Hover color): !link-hover.png! Please let us know if you have any further questions. ................................................... 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
You must log in or register to leave comments