• Resolved Edwin

    (@mmhgloba)


    Hi, thanks for the plug in. How do I change the active page color? Also, in my theme there is a line above the pagination. How do I change the color of the line? Or is it possible to remove the line? Thanks in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Edwin

    (@mmhgloba)

    Hello, I resolved the active page color issue. I want to remove the line that sits on top of the pagination or at least change the color. Can you send the css code for that? You can see it at the bottom of the woocomemrce category pages. Thank you for any assistance you can provide.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    That line is coming from your theme. You can remove it with this CSS

    
    html .woocommerce-pagination {
        border: 0;
    }
    

    Regards,
    Dima

    Thread Starter Edwin

    (@mmhgloba)

    Perfect – Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Active page’ is closed to new replies.