Tagged: x
-
AuthorPosts
-
July 14, 2016 at 6:25 pm #1087591
WoodWatchCoParticipantOn page URL https://woodwatchco.com/shop/
I want to change the bottom page number (pagination) to have a blue background. Can anyone provide me a css snippet?
July 14, 2016 at 6:26 pm #1087592
WoodWatchCoParticipantThis reply has been marked as private.July 14, 2016 at 10:28 pm #1087970
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.x-pagination ul { background-color: #00f !important; }Thanks.
July 15, 2016 at 9:07 am #1088529
WoodWatchCoParticipantAlso, how can I make the non-hover numbers colors black instead of grey? To make them more visible
July 15, 2016 at 11:10 am #1088710
John EzraMemberHi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.x-pagination a { color: #000 !important; }Hope this helps – thanks!
July 15, 2016 at 1:03 pm #1088863
WoodWatchCoParticipantThank you. One more thing, Can I set the hover color text to white this way its visible against the black background?
July 15, 2016 at 6:44 pm #1089183
JadeModeratorHI there,
Please add this code:
.x-pagination a:hover { color: #fff !important; }Hope this helps.
July 16, 2016 at 11:57 am #1089940
WoodWatchCoParticipantThank you so much!
July 16, 2016 at 12:55 pm #1089969
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1087591 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
