Tagged: x
-
AuthorPosts
-
May 7, 2016 at 11:13 am #980236
hyattcook1ParticipantHi,
I would love to change the ‘Next Page’ button to a darker color. This would make it much more visible against the white background.
Also, could you provide me with the technical name for the ‘Next Page’ button.. I don’t know what to call it.
Thank you for the continuous great support!
May 7, 2016 at 12:54 pm #980296
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-pagination a.prev-next { background-color: #000; color: #fff; }Hope it helps 🙂
May 7, 2016 at 4:06 pm #980375
hyattcook1ParticipantHi,
Thanks so much for the quick reply!
This edits the button colors perfectly; however, is there any code to edit the very light grey border surrounding the buttons?
Thanks again.
May 8, 2016 at 12:41 am #980729
Rue NelModeratorHello Again,
To change the colors of the page navigation, you can make use of this code,
.x-pagination ul { background-color: #e5e5e5; border: solid 1px #000; } .x-pagination a, .x-pagination span { background-color: red; color: black; } .x-pagination a.prev-next { background-color: #000; color: #fff; } .x-pagination span.current { background-color: green; color: #fff; }Feel free to change the colors.
May 8, 2016 at 9:27 am #981042
hyattcook1ParticipantWorked perfectly!
Thanks so much!
May 8, 2016 at 9:47 am #981058
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-980236 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
