Home Forums WoodMart support forum Moved: Reply To: FEW QUESTIONS

Moved: Reply To: FEW QUESTIONS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #319219

    amursalim9
    Participant

    Hi
    I want to customize the “load more products” buttone to be like this (Attachment), how can I do that?

    Shop page url https://oulfah.com/shop/
    password: oool

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

    Hello,

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

    body .wd-load-more:hover {
        box-shadow: none;
        border-color: #DCDCDC;
        background-color: transparent;
        color: #333;
        padding:10px;
    }
    body a.wd-load-more:hover span{
        display: block;
        border-color: red;
        color: #ffffff;
        font-weight: 900;
        border-width: 2px;
        background-color:red;
        border-radius: 10px;
        padding:10px 30px;
    }
    body .wd-load-more{
        box-shadow: none;
        border-color: #DCDCDC;
        background-color: transparent;
        color: #333;
        padding:10px;
    }
    body a.wd-load-more span{
        display: block;
        border-color: red;
        color: #ffffff;
        font-weight: 900;
        border-width: 2px;
        background-color:red;
        border-radius: 10px;
        padding:10px 30px;
    }

    Please change the padding and colors as per your needs. It seems I have given you code already.

    Best Regards

    #319511

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Moved: Reply To: FEW QUESTIONS’ is closed to new replies.