Home Forums Basel support forum Change color

Change color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14596

    orisorin
    Participant

    Hello,

    Is it possible to change the colour to #e0bcc9
    Picture added.

    Kind regards,

    Attachments:
    You must be logged in to view attached files.
    #14600

    Artem Temos
    Keymaster

    Hi,

    Yes, here is a code snippet to change the color

    .woocommerce-pagination .page-numbers li .current {
        background-color: #e0bcc9;
        border-color: #e0bcc9;
    }
    
    .woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span {
        border-bottom: 1px solid #e0bcc9;
        color: #e0bcc9;
    }
    
    .woocommerce-pagination .page-numbers li a:focus, .woocommerce-pagination .page-numbers li a:hover {
        border-color: #e0bcc9;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)