Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sky Friend
    #1025643

    how to unpublish a block so that user can not see from frontend, but can see inedit mode?

    Saguaros Moderator
    #1025679

    Hi,

    There is no option to hide/show in this scenario, you can control it via css:

    • Edit the page you want to hide block
    • Click on Settings icon of that block > add an Extra Class for it, for example, hide-block: http://prntscr.com/ev0exj
    • Go to Settings at top left corner > Custom Code: http://prntscr.com/ev0frk
      .jub-page .jub-block.hide-block {
      display: none;
      }

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 7 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum