Unfortunately I cannot provide that, as it is different for each skin. You can take a look at ../wp-content/plugins/wpdatatables/assets/css/wdt-skins/ folder, but I would not recommend changing those files as they will be overwritten with an update.
Instead, you can add a custom CSS button class to the button in column settings, and then configure your CSS in the Customize tab above the table, or in wpDataTables settings/Custom JS and CSS/Custom CSS tab.
My bad, the button is actually same for all skins, and the class "button" is scattered all over our code. Best approach would be to add a custom CSS class to the button:
Paste that into Customize tab/Custom CSS above the table:
And the button will look like that in the table:
If you want to apply this to all URL Link buttons, you'll need to add the same class to the columns, and paste this code in wpDataTables Settings/Custom JS and CSS/Custom CSS field, so it applies to all tables.
Could you please send me a sample and complete set of css options for button class?
I can then change them and adopt to our website colors (such as font style, color, border color, change the radius of the border etc)
I attached a screenshoot as well.
I want to style the "Başvuru İçin Tıklayın" part which is created by the setting of the column
Hello Alex
Unfortunately I cannot provide that, as it is different for each skin. You can take a look at ../wp-content/plugins/wpdatatables/assets/css/wdt-skins/ folder, but I would not recommend changing those files as they will be overwritten with an update.
Instead, you can add a custom CSS button class to the button in column settings, and then configure your CSS in the Customize tab above the table, or in wpDataTables settings/Custom JS and CSS/Custom CSS tab.
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
That is exactly my intention but as you mentioned I would like to look at first to the default settings.
I just used FTP to look at the wdt-skins (such as light.css etc)
However I could not find any code there that defines the button class.
Is it possible that it's defined in another css file?
By the way, wWe will use ONLY the LIGHT skin.
Hi Alex
My bad, the button is actually same for all skins, and the class "button" is scattered all over our code. Best approach would be to add a custom CSS class to the button:
Then, you can style the button on this site visually: https://www.bestcssbuttongenerator.com/
For example: https://www.bestcssbuttongenerator.com/#/17
Click on "Get Code" in the bottom right corner of the visual representation of the button, and on the right-hand side you'll see the code:
Modify that, so it applies to the custom class you've added (customclass in my case):
Paste that into Customize tab/Custom CSS above the table:
And the button will look like that in the table:
If you want to apply this to all URL Link buttons, you'll need to add the same class to the columns, and paste this code in wpDataTables Settings/Custom JS and CSS/Custom CSS field, so it applies to all tables.
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
Thank you very much for the very detailed reply and information.
alex
You're welcome, Alex
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
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