Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1340784
    dakotasc
    Participant

    Hello I’m am currently using the agency stack for my woocommerce website, and I need to know if there’s anyway to change the button colors at the bottom ( the ones that you change the page you’re on ) because it is very hard to see the other pages because of their light color and the background is white.

    #1341008
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thank you in advance.

    #1341021
    dakotasc
    Participant
    #1341079
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information. To change the colors of the pagination links at the bottom of the page, you can add this under Custom > CSS in the Customizer.

    .x-pagination a, .x-pagination span {
      color: black;
      border-color: black;
    }
    
    .x-pagination a:hover, 
    .x-pagination span.current {
      color: green;
      border-color: green;    
    }

    Please let us know how it goes.

    #1341139
    dakotasc
    Participant

    thank you so much

    #1341144
    Rupok
    Member

    You are welcome!

    Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Cheers!

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