no title post in block slide

Posted in: Newsmag
Post count: 81

I want the slide block to not show the title of the post. Can I do this?

Post count: 23312

Hello vasik,

If you are using the iOS Slider, you should use the code below and place it in Theme panel -> Custom CSS Ara.

.td_block_slide .slide-meta {
display:none;
}

The result is here -> https://www.screencast.com/t/qfibLDTlRy

Thanks for the message!

Post count: 81

Thanks, it’s good!!!
What code for “Big Grid 3” need?

Post count: 23312

Hi,

The code for that element is -> .td_block_big_grid_3

Thanks for the message!

Post count: 81

it doesn’t work (

.td_block_big_grid_3 .slide-meta {
display:none;
}

Post count: 23312

Hi,

Use the inspector browser according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.