How to hide post title on Big Grid Flex 1.

Posted in: Newspaper
Post count: 2

I want to hide post title on Big Grid Flex 1. Please guide me how can I achieve this. Thanks in advance.
Current demo installed: Magazine PRO

Post count: 27744

Hello,

To hide the title on the Big Grid Flex 1, you need to use a custom code CSS=> https://i.imgur.com/QtMoP8Y.jpg

.td_block_big_grid_flex_1 .tdb-module-title-wrap {
display:none;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

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