I want to remove the list and searh button.

Posted in: Newspaper
Post count: 73

I am using Mobile theme plugin.

I want to remove the list and searh button.

I send attached file and I marked with a red circle.

Please help me.

image

Post count: 27744

Hello,

Unfortunately, you can only hide them for mobile theme
.td-icon-mobile:before {
display: none;
}

.td-icon-search
{
display: none;
}

Set the code in Newspaper -> Theme panel -> Mobile Theme -> Custom code.
If you used mobile page or mobile responsive you can delete them with tagDiv Composer.

Thank you!

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