Home Forums WoodMart support forum How to disable click button , just want to only display logo ?

How to disable click button , just want to only display logo ?

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

    oatflower
    Participant

    How to disable click button , just want to only display logo ?

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

    Hello,

    I saw the screenshot you attached.

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

    .brands-widget .brand-item a {
        pointer-events: none;
    }

    Regards.
    Xtemos Studios

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