How to remove logo from Sticky menu

How to remove logo from Sticky menu

In Cakecious, the logo appears in sticky menu when you scroll down...

If you do not want logo in sticky menu to save space of available screen. Please enter below css in Themeoptions/general/customcss box.

.navbar_fixed .logo.navbar-brand { display: none; }
    • Related Articles

    • How to change or remove the white container of logo.

      In Cakecious theme, you might want to remove/modify the white Background of logo, as seen below. To change white circle, please put below css in Appearance/Customise/Additional css and use different image URL full absolute URL will be better. ...
    • Remove double color on Menu bar background.

      In case you change the accent color of theme, the menu bar colors can look strange.  You can fix it by removing the double color. In order to do that, Please enter below css in wp-admin/appearance/customise/additionalCSS box. .main_menu .navbar {     ...
    • How to change sticky header to light mode.

      In Legalpower theme, sticky header(header that appears on top when you scroll the page) is in dark mode. If you want to change it to light mode, there are 2 parts of the process. First lets change the background color to white. To do this, Please ...
    • Reduce logo on mobile in Fitzeous theme

       In fitzeous theme, in order to reduce size of the logo in mobile only, Please enter below css in wp-admin/appearance/customise/additionalCSS box. @media (max-width: 991px) { .main_header_area .header_menu .navbar .navbar-brand img {  width: 50%; } ...
    • Fixing mobile menu if its not proper.

      In Howello theme, if your logo height is more than the 60px, the mobile menu opening container might overlap with logo. To fix this, Please enter below css in wp-admin/appearance/customise/additionalCSS box. .navbar-header { height: 175px; ...