Search Position "Hidden"

Posted in: Newspaper
Post count: 364

Hi,

With the latest version of Newspaper there comes the function “Search Position ‘Hidden'”, unfortunately, it influences only the desktop version. It would be great if this option would be also added for mobile.

Thanks!

Post count: 20688

Hi,

Indeed that setting is only for desktop, on mobile you could only remove it with CSS if needed
https://www.screencast.com/t/64xok4pWhdv

.header-search-wrap {
display:none;
}

This code can be entered in Theme panel->Advanced CSS phones section when not using the mobile theme. If the mobile theme is used this is the code
https://www.screencast.com/t/ORVGCy6377K

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

This can be entered in The Mobile theme Custom code section in then theme panel.

Thanks

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