Disable logo for a specific page

Posted in: Newspaper
Post count: 60

Hi.

Is it possible to make the logo invisible for a specific page.

My page is : http://dragoernyheder.dk/

Post count: 20688

Hi,

It would be possible, the easiest way would be with CSS code. That is the homepage, so a code like this will remove the logo only in it
https://www.screencast.com/t/zUffsTNpnw2
This is the code, it can be entered in Theme panel->Custom CSS section

.home .td-header-style-9 .td-logo-wrap-full {
display: none;
}

Thanks

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