• Resolved Danmotlagh

    (@danmotlagh)


    Hi,

    I tried to search from past answers to address my problems. Here is a code line that was suggested for changing pagination’s font color:

    .dataTables_paginate a {
    color: #bbddaa !important;
    }

    However, when I added it through simple custom css plugin, nothing happened.
    The link to my website:
    https://solabala.com/

    Appreciate if you could help me with font, border, and hover color

    Best,
    Dan

Viewing 6 replies - 1 through 6 (of 6 total)
  • WEN Solutions

    (@wen-solutions)

    Try the below CSS code for changing pagination background color.

    .woocommerce nav.woocommerce-pagination ul li{
     background:red;
    font-family: fantasy;
    }

    Hover Color

    ul.page-numbers:hover{
    background:black !important;
    }

    If not Work feel free to ask,
    Thank You

    Thread Starter Danmotlagh

    (@danmotlagh)

    Thanks a lot, it worked. However, my main issue is how to change the page number in pagination. Could you pls help with that as well?

    WEN Solutions

    (@wen-solutions)

    Change Page number means? While you click on next page, page number is changing. Please make me clear about the issues.
    Thanks

    Thread Starter Danmotlagh

    (@danmotlagh)

    I sorted out with the following code:

    ul.page-numbers a {
    color: #000000 !important;
    }

    Thanks again for all your help!

    Best,

    WEN Solutions

    (@wen-solutions)

    If your problem is solved, please mark this ticket as resolved.
    Thanks

    Thread Starter Danmotlagh

    (@danmotlagh)

    Sure

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to change pagination font color’ is closed to new replies.