Shop Categories

X

Next Page

Home Forums Agama Pro Next Page

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14601
    biotxakur
    Participant

    How can I do to made bigger or change the color the next page?? next page

    And the same with the options? option

    • This topic was modified 3 years, 11 months ago by biotxakur.
    • This topic was modified 3 years, 11 months ago by biotxakur.
    #14608
    Zex
    Moderator

    Hi,

    Use the next custom CSS for the pagination:

    /*next/previous page */
    .woocommerce-pagination ul.page-numbers li a{
        color: #fff!important;
       font-size: 20px!important;
        background: #a2c605;
    }
    /*current page*/
    .woocommerce-pagination ul.page-numbers li span.current {
        background: #f7f6f7;
        color: #ccc !important;
        font-size: 20px!important;
    }

    If you want to change the font size of the Variation buttons text use the next code:

    .variation_buttons {
        font-size: 20px!important;
    }

    Change the Values per your wish.

    Regards

    • This reply was modified 3 years, 11 months ago by Zex.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.