Home Forums WoodMart support forum Button style outline lines by hover full colour

Button style outline lines by hover full colour

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

    lucky7seven
    Participant

    I only want the button in lines that option cannot be selected. How can I apply this see examples. I want it just like the example see documents.

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-hover-standard .wd-add-btn>a {
        border: 1px solid black;
        background-color: white;
        color: black;
    }

    Best Regards

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