Home Forums WoodMart support forum Load More Button stule edit

Load More Button stule edit

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

    bdcloud
    Participant

    How/where can I edit the load more button style? like this http://prntscr.com/s9sm4l

    I have changed the style here but it did not change the load more button style. My site is on localhost.

    #191922

    Hello,

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

    body .woodmart-load-more {
        padding-top: 12px;
        padding-right: 25px;
        padding-bottom: 12px;
        padding-left: 25px;
        border-color: red;
        color: red;
        font-weight: 900;
        border-width: 2px;
    }
    body .woodmart-load-more:hover {
        padding-top: 12px;
        padding-right: 25px;
        padding-bottom: 12px;
        padding-left: 25px;
        border-color: blue;
        color: blue;
        font-weight: 900;
        border-width: 2px;
    	  background:yellow;
    }

    Set the styles as per your needs.

    Best Regards

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