How to remove the text on the Header Hero Image

Posted in: Newsmag
Post count: 4

I am trying to remove the text on the hero image thank you!

Post count: 35449

Hi bigdaddyemily1989, Newsmag theme do not have an hero image, but it can be set a slide using tagDiv Composer -> https://i.imgur.com/dJko6Gl.jpg
If this is not helping, please provide some more details abut the element that you want to remove, also al ink to see the element will help a lot.
Thank you!

Post count: 4

Where it says the “Coolest Vanity Apps” Where exactly do I delete that text? However I want to keep the text at the “latest articles” “trending” etc etc

Post count: 35449

Hi bigdaddyemily1989 ,
The “Coolest Vanity Apps …” it is the post title that it is display on the slide element, for that you can remove the post title only with custom css, like this one:
-> https://i.imgur.com/wf4DGkz.jpg
.td_block_slide .td-module-title {
display: none;
}

This code need to be set in theme panel> custom code> custom css.
In case that this is not apply, it is possible to have other element, so please let me know the name of the pre-build website you have installed -> https://i.imgur.com/O22apeu.png
Thank you!

Post count: 4

Thank you very much, that worked!

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