Which buttons are you referring to - the URL Link buttons? If that's true, you need to go to column settings, and add a custom CSS class for that button. Then, you can use a website like Best CSS Button Generator, style the button the way you want it to look, and copy the CSS in the Customize section above the table, in the Custom CSS section.
In the table, go to Customize/Custom CSS and paste that code:
Notice that the font color had to include the !important clause to override the color of the text in the button. After you add this, the button in the table will look like this:
Hi,
I have make my first table but unable to change Unable to change button color and style, Would you please tell me how can I do that?
Regards,
Hello there.
Which buttons are you referring to - the URL Link buttons? If that's true, you need to go to column settings, and add a custom CSS class for that button. Then, you can use a website like Best CSS Button Generator, style the button the way you want it to look, and copy the CSS in the Customize section above the table, in the Custom CSS section.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi,
It is URL Link Button but I have tried with your recommended way but it is not working, can you give me a video tutorial please?
I am not coder, so please help me, this is my button https://gyazo.com/7c8d14db4d5561d3d7c6202f1f85a02c
Regards,
Hello again.
When you create a URL Link column and set it to appear as a button, you need to add a custom class to it:
Then, on the website I provided, you generate your button, and click on "Get Code":
In the right part of the screen, you'll see the code you need for this button:
Copy the code without the first row and change "myButton" to the custom class you added in step 1, so instead of this:
You would use this:
In the table, go to Customize/Custom CSS and paste that code:
Notice that the font color had to include the !important clause to override the color of the text in the button. After you add this, the button in the table will look like this:
I hope that helps.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi,
Thanks a lot, it works now but font color is not changing, would you please give me a guide about where and what to include to change the font?
I have used this as per your instruction, but not working for the font color:
Hi again.
!important needs to be before the semi-colon, like this:
color: white !important;
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi,
Thanks a lot for the frequent co-operation, now it is working well.
Regards,
You're welcome, glad I could be of service.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables