Tagged: da ta table, font-size, font-style
- This topic has 7 replies, 5 voices, and was last updated 6 years, 3 months ago by
Anonymous.
- AuthorPosts
- October 9, 2015 at 10:57 #6278
ownerKeymasterFrequently Asked Questions for Data Table WordPress plugin by Supsystic
December 15, 2015 at 14:56 #6723
AnonymousInactiveHow to change font size and font style of text in data table? I cannot find these settings. Please help.
December 18, 2015 at 20:39 #6747
mila_supportMemberHello Matthew,
These settings you can change using css styles. Go to CSS tab and put such code in css editor –
#supsystic-table-1 {
font-family: Verdana;
font-size: 16px;
}Don’t forget to change table id and values of settings.
April 10, 2016 at 15:08 #8263
AnonymousInactiveHello,
I could not get the search and pagination feature to work in mobile mode. Totally no response. These work well on desktop mode. Is there something to do with CSS or conflict with my theme? I’m using customizr theme. Hope you could advise.
April 11, 2016 at 10:35 #8266
mila_supportMemberHello!
I’m sorry I cannot reproduce your problem. I checked with customizr theme and pagination/searching work fine on mobile devices. Please try to update Data Table plugin till the latest version and check again. If you’ll still have these problems, please contact us through the Internal Support and we will help you.March 2, 2017 at 18:41 #12787
AnonymousInactiveThese settings you can change using css styles. Go to CSS tab and put such code in css editor –
#supsystic-table-1 {
font-family: Verdana;
font-size: 16px;
}Don’t forget to change table id and values of settings.
Is there a way to change the font family for all the tables at once?
I’ve got over a 100 tables, and would hate to pass them all by one-for-one.Thanks in advance.
Best,
Luca
March 7, 2017 at 13:00 #12860
mila_supportMemberHi @luca.spanjaard
In order to change 100 Supsystic tables to needed style parameters, please follow the next instruction:
– In your WordPress admin area open Appearance Tab
– Choose Editor tab
– In the end of style.css file paste this code
.supsystic-tables-wrap {
font-family: Verdana;
font-size: 16px;
}
http://prntscr.com/egs3k4
– And click “Update the file”March 7, 2017 at 22:34 #12882
AnonymousInactiveHi Mila,
Thank you for your reply, it worked!
Best,
Luca
- AuthorPosts
- You must be logged in to reply to this topic.