Applying Css

abdallahbody580
6 Posts
abdallahbody580 posted this 04 October 2022
Ask a Question

How to Apply Css for specific Button , because it always applied for All HTML buttons

**How to Apply Css for specific Button , because it always applied for All HTML buttons**
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 04 October 2022

Hi,

You can add an unique class name to the button control and then add your code using that class name.

...................................................
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, You can add an unique class name to the button control and then add your code using that class name. ................................................... 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
abdallahbody580
6 Posts
abdallahbody580 posted this 04 October 2022

sorry , iam not so good at that , is there an example i can follow?

sorry , iam not so good at that , is there an example i can follow?
Support Team
Support Team posted this 04 October 2022

Hi,

Open the button options in the right panel, scroll to the bottom and you will see the CSS Class option, type some name there. Then open the Edit CSS window and type the desired code using the class name you have enetred like:

.class_name
{
*your code here*
}

...................................................
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, Open the button options in the right panel, scroll to the bottom and you will see the CSS Class option, type some name there. Then open the Edit CSS window and type the desired code using the class name you have enetred like: .class_name { *your code here* } ................................................... 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