Dear Carlo,
.pagination and .pt-cv-pagination are still used.
But because we added parent selector .pt-cv-wrapper to all Bootstrap selectors, it can change how they applied your custom CSS.
for your case, please try this (I added !important to all values):
.pagination > li > a {
color: black !important;
}
.pagination > li > a:hover {
color: red !important;
background: white !important;
border-top: 1px solid red !important;
border-bottom: 1px solid red !important;
}
.pt-cv-pagination li.active a {
background: red !important;
font-weight: bold !important;
}
.pt-cv-pagination li.active a:hover {
background: black !important;
font-weight: bold !important;
}
Thread Starter
Carlo
(@ccozzi)
Hey PT Guy, it works like a charm. Amazing, you saved me a lot of time, thank you. Great plugin, BTW. It’s a lot faster than WP-Tiles… You can see that yourself at http://www.carlitoergosum.nl where the landingpage is made with this plugin and “de muurkrant” with yours.
Glad it helps.
the View looks very nice in your site 🙂
Thread Starter
Carlo
(@ccozzi)
Thank you. I’ll set this thread to resolved….
Thread Starter
Carlo
(@ccozzi)
For what it’s worth: I changed my landing page and I am using your plugin there as well instead of WP-TILES now. It speeds up the page by a magnitude….
Thread Starter
Carlo
(@ccozzi)
I will, of course… Tomorrow I will rate the PlugIn and make some remarks.