CSS pagination
-
First and foremost I’d like to compliment you on your fine work. I haven’t rated the plugin yet but will do so very shortly. Props 2u my friend for such an excellent piece of work. Here’s my head scratcher (which you’ll prob i.d. in a minute flat; I’m such a noob):
Dev Location: https://twointeract.com/wordpress/tablepress-test/
Shortcode: [table id=2 datatables_columnfilter=”true, automatic_url_conversion=true automatic_url_conversion_new_window=true/]I’m having difficulty styling the pagination buttons within TablePress. I’m placing all of my CSS in the Plugin Options>Frontend Options>Custom CSS and nothing is taking. I’ve pulled some samples from a support issue site such as the following and it worked:
.dataTables_paginate a { color: #bbddaa !important; }
However, when I place the following, nothing happens:
.paging_full_numbers a { padding: 1px 2px; margin: 0 3px; color: #333333 !important; } .paginate_active { font-weight:bold; }
I’ve tried adding <.tablepress-id-N (with N being the table’s ID)> but still nothing:
.tablepress-id-2 .paging_full_numbers a { padding: 1px 2px; margin: 0 3px; color: #333333 !important; } .tablepress-id-2 .paginate_active { font-weight:bold; }
I’ve changed my theme over to Twenty Eleven with the above changes, changed out CSS in Chrome Developer mode, and again, nothing sticks. *Sigh* I held off as long as I could but, I’ve hit a serious wall. Help me Obi TobiasBg Kenobi, you’re my only hope!
-awachholz
- The topic ‘CSS pagination’ is closed to new replies.