Home Forums WoodMart support forum Cookies remove button

Cookies remove button

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

    badr
    Participant

    Hello dear,

    Can we please remove accepet button from the cookies popup and add close sign instead ?

    Thanks and regards

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

    Hello,

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

    And see if this works for you otherwise it requires Customizations.

    a.btn.btn-size-small.btn-color-primary.cookies-accept-btn:before {
        content: "X";
        font-size: 22px;
    }
    a.btn.btn-size-small.btn-color-primary.cookies-accept-btn {
        font-size: 0;
    }

    Regards.
    Xtemos Studios.

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