• Resolved asafmoraz

    (@asafmoraz)


    Hi.

    How can i add a different color for the active page in the pagniation? i looked for an option but couldn’t find one in oceanwp settings.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try to use the below code to fix it. Add it to the Customize > Custom CSS section –

    span.page-numbers.current {
        background-color: #000;
    }
    Thread Starter asafmoraz

    (@asafmoraz)

    Sorry for my late reply, it works but i had to put !important.

    Thanks a lot for your support 🙂

    • This reply was modified 3 years, 9 months ago by asafmoraz.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Active Pagniation’ is closed to new replies.