• Resolved mmln

    (@mmln)


    I want to hide the buttonizer on specific pages, is there a way to hack this ?

Viewing 1 replies (of 1 total)
  • Thread Starter mmln

    (@mmln)

    I was able to hide using page level css hack by making opacity to 0
    good to have options for display for logged in users only etc.

    .page-id-38 .buttonizer.buttonizer-style-square.opened .buttonizer-button-list {
        opacity: 0;
        visibility: visible;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hide on some pages’ is closed to new replies.