Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1087591
    WoodWatchCo
    Participant

    On 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?

    #1087592
    WoodWatchCo
    Participant
    This reply has been marked as private.
    #1087970
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-pagination ul {
        background-color: #00f !important;
    }

    Thanks.

    #1088529
    WoodWatchCo
    Participant

    Also, how can I make the non-hover numbers colors black instead of grey? To make them more visible

    #1088710
    John Ezra
    Member

    Hi 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!

    #1088863
    WoodWatchCo
    Participant

    Thank you. One more thing, Can I set the hover color text to white this way its visible against the black background?

    #1089183
    Jade
    Moderator

    HI there,

    Please add this code:

    .x-pagination a:hover {
       color: #fff !important;
    }

    Hope this helps.

    #1089940
    WoodWatchCo
    Participant

    Thank you so much!

    #1089969
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1087591 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>