Website logo in sticky header
-
Hello! How do I remove the website logo from the sticky header?
I tried myself with CSS, but it looks like it is still displayed in the blog posts: https://postimg.cc/RWRzmg0r
In other pages, the logo is not displayed in the sticky header.
The code I wrote is:
.whb-sticked .wd-switch-logo .wd-sticky-logo, .whb-clone .wd-switch-logo .wd-sticky-logo {
display: none;
}
Hello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case and provide the CSS code.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.whb-clone.whb-sticked .whb-col-left{
display:none;
}
Best Regards