Home Forums WoodMart support forum Load more button – conflict colors

Load more button – conflict colors

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

    Coolenator
    Participant

    Hi, I need my buttons on the shop page to be Blue with white text. But then the loads more button also goes white. I tried to look in the theme settings -styles and buttons but it doesnt give an option for this specific button. Is there a way to go around this to make the load more button text black.

    Thank you!

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

    Hung Pham
    Keymaster

    Hi Coolenator,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-loop-footer .wd-load-more:not(:hover) {
        background-color: #0064bb !important;
    color: #fff;
    }

    Regards,

Tagged: ,

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