Home Forums WoodMart support forum Website logo in sticky header

Website logo in sticky header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #411488

    cesaicumpar
    Participant

    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;
    }
    #411534

    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

    #411588

    cesaicumpar
    Participant

    .

    #411928

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .whb-clone.whb-sticked .whb-col-left{
    display:none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)