Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1164365

    Hello I would like to change the background color for the pagination in woocommerce prdocuts as well as the hover state. I found some older threads but somehow the css code didn’t work. Could you please help me?

    #1164385

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS in Enfold theme options > General Styling

    #top .pagination .current {
        background: orange;
        color: red;
    }
    #top .pagination a {
        background: red;
        color: white;
    }
    #top .pagination a:hover {
        background: green;
        color: red;
    }

    Best regards,
    Yigit

    #1164627

    Awesome support as always! Thank you very much.

    #1164642

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce pagination background color’ is closed to new replies.