Comments 4ISOLE-GRECHE started the conversationMarch 14, 2022 at 1:29amHow is possible to change number color? 2,580PenciDesign repliedMarch 14, 2022 at 2:33amHi,Please go to Appearance → Customize → Additional CSS, add & modify the following CSS code: .penci-pagination:not(.penci-ajax-more) span.current,.penci-pagination:not(.penci-ajax-more) a:hover { background: #3f51b5; border-color: #3f51b5; color: #fff;} .penci-pagination:not(.penci-ajax-more) a,.penci-pagination:not(.penci-ajax-more) span { background: transparent; border-color: #ececec; color: #111;} Regards,PenciDesign. 4ISOLE-GRECHE repliedMarch 14, 2022 at 6:36am .penci-archive__list_posts .penci-post-item .entry-title a:hover { color: #5CB4E8; } .penci-pagination:not(.penci-ajax-more) span.current { border-color: #2993D1; background-color:#2993D1; color: #fff; } .penci-pagination:not(.penci-ajax-more) a:hover { border-color:#5CB4E8; background-color: #5CB4E8; color: #fff; } .penci-pagination:not(.penci-ajax-more) a { border-color: #ececec; color: #111; background-color: #fff; }I already added this code. Can it give problems? 2,580PenciDesign repliedMarch 14, 2022 at 8:54amHi,You should modify the color at this code: .penci-pagination:not(.penci-ajax-more) a { border-color: #ececec; color: #111; background-color: #fff;}Regards,PenciDesign. 4ISOLE-GRECHE repliedMarch 17, 2022 at 9:45amI noticed that the dots remained black even if I applied CSS 2,580PenciDesign repliedMarch 17, 2022 at 11:47amHi,About the color of the dots, please add this CSS code: .penci-pagination,.penci-pagination span { color: #111;}Regards,PenciDesign. 4ISOLE-GRECHE repliedMarch 17, 2022 at 4:43pmNothing... I tried with many browsers (with cache deleted) and many PC... putting !important too. Nothing. 2,580PenciDesign repliedMarch 17, 2022 at 4:51pmHi,Please try to add this code: .penci-pagination:not(.penci-ajax-more) span { color: #f1f1f1;}Then clear all the cache, auto-optimize cache & check again.Regards,PenciDesign. Sign in to reply ...
How is possible to change number color?
Hi,
Please go to Appearance → Customize → Additional CSS, add & modify the following CSS code:
Regards,
PenciDesign.
I already added this code. Can it give problems?
Hi,
You should modify the color at this code:
Regards,
PenciDesign.
I noticed that the dots remained black even if I applied CSS
Hi,
About the color of the dots, please add this CSS code:
Regards,
PenciDesign.
Nothing... I tried with many browsers (with cache deleted) and many PC... putting !important too. Nothing.
Hi,
Please try to add this code:
Then clear all the cache, auto-optimize cache & check again.Regards,
PenciDesign.