Home Forums WoodMart support forum button style of widget

button style of widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #487745

    info1.wd
    Participant

    Hello,

    Is it possilbe change the “load more” button style to inherit style?
    This button is come from the widget “RECENT REVIEWS”.

    Tks!

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

    Hello,

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

    body .wp-block-button__link {
        color: #fff;
        background-color: #32373c;
        border-radius: 9999px;
        box-shadow: none;
        padding: calc(0.667em + 2px) calc(1.333em + 2px);
        font-size: 1.125em;
    }

    Please replace the color and change the border-radius as per your needs.

    Best Regards

    #487813

    info1.wd
    Participant

    Thank you very much!
    May you help me with one more CSS code.
    Now the button is on “middle” position, and I want it on “Left”.
    Thanks!

    #488028

    Hello,

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

    body .wc-block-components-load-more {
        text-align: left;
    }

    Best Regards

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