hide or show blocks in a page

Posted in: Newspaper
Post count: 1

Hi,
is there a way for hiding or showing a block in a page with a Visual Composer, without deleting or reinserting it?
Thank you

Post count: 23312

Hello emmaus,

You can achieve this if you use a bit of CSS to hide the block. Below I gave you an example for block_2. If you are using another type of block you can target it like an example.

.td_block_2 {
display:none;
}

If you want to hide the block from a specific page, you should target the page ID and add it in the code above before the block -> http://screencast.com/t/OPXDpW3mayC

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details.

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.