amp preview

Posted in: Newspaper
Post count: 41

https://www.screencast.com/t/Ik4xxCpfNB7

how to get rid of the writing on the red block ?

in theme panel, i just can change
https://www.screencast.com/t/RIb5glHTS

Post count: 35449

Hi,

This can be done in two ways, you can set a blank space in theme panel here -> https://www.screencast.com/t/RIb5glHTS or using a css -> https://i.imgur.com/6V4GwZm.png
.td-mobile-footer-wrap .td-footer-wrap .block-title {
display: none;
}

This css need to be set in theme panel> mobile theme >custom code > css -> https://i.imgur.com/gZhwoYA.png

Thank you!

Post count: 41

ok thanks

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