Hi
i have the betheme theme with the "Minimal" demo.
i want my logo only in the sticky header but when i remove the logo from appearance, options, logo, the "betheme logo shows up. and i can see my own logo in the sticky header. i only want to see my own logo in the sticky header and no bethemelogo on the left corner,, how can i remove the betheme logo from the left corner.
thx for help
Comments
please send us link to page where you would like to do this first because it requires css customization.
#Top_bar:not(.is-sticky) .logo { display: none !important; }#Top_bar:not(.is-sticky) .logo {which need to be replaced with the following css: 2. About the videos, background videos are not supported by mobile devices and it's more technical problem of these devices itself.display: none !important;
}
I have the same theme. How do I just hide the logo only on the home page and have it show on all the others?? I used the above custom css and it worked on removing it however it did it for all pages. Is there a way to just hide it on the home page and have it appear on the others??
use this css
body.home .logo {display:none !important;}