sms text link HTML

asphalt repair specialist
4 Posts
asphalt repair specialist posted this 02 August 2023
Ask a Question

i want to have a sms text link i used
but the text is to small and rong color so i ask chatGPT to help me it made me code

<style>
    /* CSS styles */
    a {
        font-size: 24px; /* Adjust the font size as per your preference */
        color: red; /* Change the color to red */
        /* You can add more styles here if needed */
    }
</style>


<!-- Your HTML content -->
<a href="sms:(1)(5068053226)">Text</a>

if I make that into an HTML file it works but add it to nicepage font or text size don't change
would b nice if you guys have sms link as an option

i want to have a sms text link i used but the text is to small and rong color so i ask chatGPT to help me it made me code <style> /* CSS styles */ a { font-size: 24px; /* Adjust the font size as per your preference */ color: red; /* Change the color to red */ /* You can add more styles here if needed */ } </style> <!-- Your HTML content --> <a href="sms:(1)(5068053226)">Text</a> if I make that into an HTML file it works but add it to nicepage font or text size don't change would b nice if you guys have sms link as an option

Last edited 02 August 2023 by asphalt repair specialist

Vote to pay developers attention to this features or issue.
7 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 02 August 2023

Hi, Daniel,

You should add this code to the HTML Element:

<a href="sms:(1)(5068053226)">Text</a>

After that, open Edit CSS on the right property panel, and add the following CSS code:

a {
    font-size: 24px; 
    color: red;
}

Will it work on your end?
...................................................
Sincerely,
Paul C.
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, Daniel, You should add this code to the HTML Element: <a href="sms:(1)(5068053226)">Text</a> After that, open *Edit CSS* on the right property panel, and add the following CSS code: a { font-size: 24px; color: red; } Will it work on your end? ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
asphalt repair specialist
4 Posts
asphalt repair specialist posted this 03 August 2023

adding that code to CSS doesn't do anything on my end

adding that code to CSS doesn't do anything on my end
Support Team
Support Team posted this 03 August 2023

Hi, Daniel,

Could you please attach a screenshot demonstrating the way you inserted the code? Please note that the HTML code should be added to the HTML Element, and the CSS code should be added in Edit CSS.
...................................................
Sincerely,
Paul C.
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, Daniel, Could you please attach a screenshot demonstrating the way you inserted the code? Please note that the HTML code should be added to the **HTML Element**, and the CSS code should be added in **Edit CSS**. ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
asphalt repair specialist
4 Posts
asphalt repair specialist posted this 03 August 2023

when I edit CSS it doesn't change anything I google some HTML and got it to work

enter image description here

when I edit CSS it doesn't change anything I google some HTML and got it to work ![enter image description here][1] [1]: https://imgbox.com/2PjqAzmx

Last edited 03 August 2023 by asphalt repair specialist

Support Team
Support Team posted this 03 August 2023

Hi, Daniel,

Please note that you should preview custom codes in the quick or browser preview as the Nicepage editor may not render some codes. Anyway, you have told me that it works now. Do you need our further help?
...................................................
Sincerely,
Paul C.
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, Daniel, Please note that you should preview custom codes in the quick or browser preview as the Nicepage editor may not render some codes. Anyway, you have told me that it works now. Do you need our further help? ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
asphalt repair specialist
4 Posts
asphalt repair specialist posted this 03 August 2023

am good thanx for your help

am good thanx for your help
Support Team
Support Team posted this 03 August 2023

Hi, Daniel,

Please let us know if you need our further help!
...................................................
Sincerely,
Paul C.
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, Daniel, Please let us know if you need our further help! ................................................... Sincerely, Paul C. 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