Home Forums WoodMart support forum Load more products button color change

Load more products button color change

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #510969

    waleedope
    Participant

    We’re not able to change the Load More products button color. We want to change the load more product color on normal and on hover as well. Show us how.
    Note: screenshot attached.

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

    Hello,

    Please share the page URL I will give you a custom CSS.

    Best Regards.

    #511120

    waleedope
    Participant

    Thanks.. this is our URL …
    https://dl3cark.com/

    #511160

    Hello,

    Please share the wp login details in private content under the message area I will check and give you a possible solution.

    Best Regards.

    #511271

    waleedope
    Participant

    Wp login has in sent as private content. We are facing problem with the speed is very slow especially after adding or changing product variation. And the speed of changing from one page to another is very slow.

    #511344

    Hello,

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

    .wd-load-more:hover{
    	background-color: red !important;
    }
    .wd-load-more:not(:hover) {
    	background-color: blue !important;
    }

    Change the color as per your requirements.

    Best Regards

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