New CSS Tab Lets Site Admins Add Custom CSS for Pagination Links
-
WP-Pagination 1.3.3 now includes a Custom CSS tab in its Settings page which allows site administrators to enter CSS for customizing their pagination links. For example, if you would like change the link background color to Navy, the Current Page link background color to Blue and the page number color to White, then you can enter the following in the Custom CSS tab:
.wp-paginate a { background: navy; color: white; } .wp-paginate .current { background: blue; }
Of course, you can enter hex color codes or any other CSS you would like to use. Be sure to click the Activate checkbox to apply the CSS to your site. Uncheck Activate to disable the CSS code.
- The topic ‘New CSS Tab Lets Site Admins Add Custom CSS for Pagination Links’ is closed to new replies.