Your Time:
Our Time:
← Back to discussions

Pagination old color theme

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 4 replies, 2 voices, and was last updated 7 years, 7 months ago by fmorenoherrero.

  • 2019-01-22 at 6:16 pm
    Support Expired
    #24647
    fmorenoherrero
    Participant
    • Topics: 1
    • Replies: 4
    • Total posts: 5
    • Post count: 4

    Hi!!!
    First of all, thanks for the support. Do you know how to change the color of the pagination in Labora Theme?
    I changed the main color of the Theme, but it is still in purple.

    Thanks a lot!

    Maite

    2019-01-24 at 11:30 am
    #24652
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Right now we don’t have such option in theme options you need to write manually. The pagination which you are seeing is from CSS of WooCommerce.
    If you can provide us WP Logins to your website with URL then we will change the pagination color.

    Make sure you set the post as a private reply so that only admin can see your wp-logins.
    Note: Before providing the wp-login to any support staff, kindly please make sure you take a backup of everything including WordPress content, theme options, widgets etc.

    2019-01-24 at 4:37 pm
    Support Expired
    #24653
    fmorenoherrero
    Participant
    • Topics: 1
    • Replies: 4
    • Total posts: 5
    • Post count: 4

    Thanks for your answer,
    I already wrote the code by myself in the Css of the Labora Child Theme.

    /*=== Pagination ==== */
    .paging-navigation { margin-bottom:30px; }
    .pagination { margin: 10px 0; line-height: 46px;}
    .pagination a,
    .pagination a:link,
    .pagination a:visited,
    .pagination a:active,
    .pagination span.current {
    padding: 8px 14px;
    margin: 0 2px;
    font-size:16px;
    font-weight: bold;
    color: #519332;
    border: 2px solid transparent;
    text-decoration: none;
    }
    .pagination a:hover, .pagination span.current { border-color: #519332; color: #519332;}
    .pagination span.extend { color: #919191; float: right; font-size: 11px; line-height: 35px;}
    /*—————————————*/

    2019-01-25 at 11:22 am
    #24655
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Glad to hear you got it by yourself. As we mentioned earlier, we need to write custom CSS.

    2019-01-25 at 1:47 pm
    Support Expired
    #24657
    fmorenoherrero
    Participant
    • Topics: 1
    • Replies: 4
    • Total posts: 5
    • Post count: 4

    Yes, that’s it!

    Thanks 🙂

The topic ‘Pagination old color theme’ is closed to new replies.