StratPoint
Forum Replies Created
-
Hi nilanzva,
Thank you very much for the reply. I’ll give it a try as soon as my work schedule allows.Vince
What’s the CSS for doing this to the file upload button?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column width w/ Responsive TableThat did the trick. Unfortunately, I have another question that I should have mentioned in the original post. When the plus sign is expanded, the background is of the page, and not of the table. How can that be changed?
I don’t like that I have to bother you for my inexperience, so if it’s possible to just point me in the right direction, I can learn myself.
Thank you again. Great plugin and excellent support.
Vince
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search Label Text ColorIt works! Thanks for all your help!
Vince
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search Label Text ColorHi Tobias,
No worries on both accounts, I hope your holiday was enjoyable.Definitely getting closer now. The only thing that still hasn’t changed color is the bottom left “Showing 1 to 10 of 30 entries”.
Thanks,
Vince
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Label ColorI have it uploaded. Still working on it, but I turned off the privacy mode so hopefully you can see it (http://chivalrous-honey.flywheelsites.com/pave-low-territories/).
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search Label Text ColorI tried using the same code, but my labels did not change color. Specifically trying to change the color of:
Show X Entries (Top left)
Search (Top right)
Showing X to X of X entries (Bottom left)
Previous Next w/ arrows (Bottom right)I was able to get the Previous and Next labels to change colors, but not anything else. Here’s what I have so far.
.dataTables_filter label {
color: #32CD32;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #ff0000;
}.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #00ff00;
}.dataTables_paginate .paginate_button,
.dataTables_paginate .paginate_button:before,
.dataTables_paginate .paginate_button:after {
color: #32CD32 !important;
}.dataTables_paginate .paginate_button:hover,
.dataTables_paginate .paginate_button:hover:before,
.dataTables_paginate .paginate_button:hover:after {
color: #32CD32 !important;
}Thank you in advance for your help. Love the plugin!