We have many tables on our WP website that require some customization.
1. How can I center the tables within the page container?
2. How can I center all of the text within the cells of a table. This can be done globally.
3. We want different colors and fonts for the various tables. However, when we make a change on the "Settings" page, it affects all of the tables. How can we color individual tables?
All I need at this point is to center the tables within the body and change the white background color. If you could give me the location to enter the code, that would be great!
You can add this code in the custom CSS field in wpdatatables settings page to center the text in the table
.wpDataTablesWrapper table.wpDataTable td, .wpDataTablesWrapper table.wpDataTable th{ text-align: center !important; }
The background color is related to the theme. I can give you a guide how to change the background colour of the table but I am not familiar with this theme so for changing the background color of the page the best option will be to contact the theme authors and ask them if they can change it for you.
We have many tables on our WP website that require some customization.
1. How can I center the tables within the page container?
2. How can I center all of the text within the cells of a table. This can be done globally.
3. We want different colors and fonts for the various tables. However, when we make a change on the "Settings" page, it affects all of the tables. How can we color individual tables?
Hi selate,
Thank you for your purchase.
Can you please send me link of some table so I can take a look and give you my suggestion.
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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,
All I need at this point is to center the tables within the body and change the white background color. If you could give me the location to enter the code, that would be great!
http://shippingcoolers.com/zone-3/
Thanks.
Hi salate,
You can add this code in the custom CSS field in wpdatatables settings page to center the text in the table
The background color is related to the theme.
I can give you a guide how to change the background colour of the table but I am not familiar with this theme so for changing the background color of the page the best option will be to contact the theme authors and ask them if they can change it for you.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Thanks....it worked nicely for the text. But I need to center the whole table on the page. Is that also controlled in the Theme?
Hi selate,
The page container is controlled by the theme so you can also ask theme authors about that CSS and if they can change it for you.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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