Archived topic
Custom Bullets - Remove From Pagination
3 replies · Started by Mary Pearson on October 9, 2019
I'm using images for custom bullets, [ul class="my-list"] but they are also showing up in the pagination at the bottom of the page.
I've tried several selectors but can't figure it out.
Can you tell me please how I remove the bullet images from pagination numbers.
Thanks!
Hi there,
You can try adding this CSS:
ul.lcp_paginator li {
background-image: none !important;
}
Please note that this really isn't a GP questions at all as the pagination is coming List categories Posts plugin.
THANK YOU! THANK YOU!!! THANK YOU!!!!!
No problem :)