Remove Logo From Offcanvas Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Remove Logo From Offcanvas Menu

R

Remco

Helix Framework 3 years ago

Hi,

I use a background color in my offcanvas menu and that color is also used in my logo. As a result, the logo does not come out nicely in the off-canvas menu. So I would like to remove the logo from the offcanvas menu, or replace it with a modified variant.

So i have two questions:

  1. How can I remove the logo from the offcanvas menu?
  2. How can I replace the logo in the offcanvas menu?

Regards, Remco

0
10 Answers
R
Remco
Accepted Answer
3 years ago #64602

Nevermind, did it by myself with this simple css:

.offcanvas-menu .logo {
    visibility: hidden;
    height: 0px;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #64583

Hi

Thanks for contacting us. Do you want to remove it from here?

https://prnt.sc/CxmWfj9RDoQF

Then use this custom CSS

img.logo-image-phone.d-inline-block.d-lg-none {
    display: none !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

For your second question could you please explain it more what actually you are looking for?

-Regards.

0
R
Remco
Accepted Answer
3 years ago #64585

To clarify: concerns the screenshot you took. This is where you see the logo. Our company name 'Huisstijlmanager' is not visible here because it has the same color as the background. So I want to either remove the logo here. Or replace the logo with, for example, a completely white logo or a logo with the name 'Huisstijlmanager' in color white. I think I was pretty clear already. Remove the logo, or replace the logo with another logo.

So my final question: How can i replace the off-canvas logo with another logo?

0
R
Remco
Accepted Answer
3 years ago #64586

By the way, I just tested your custom css code. This not only removes the logo from the off-canvas menu, but also the normal mobile logo? The logo should ONLY be removed or replaced from the offcanvas menu.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #64590

Hi

Give me your super admin access on the hidden content please I need to check.

0
R
Remco
Accepted Answer
3 years ago #64591

0
R
Remco
Accepted Answer
3 years ago #64592

@Mehtaz Afsana Borsha you don't need admin access to check this.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #64594

If possible give me your admin access please.

0
R
Remco
Accepted Answer
3 years ago #64595

You do not need admin access. I do not give access when it's not needed. This is just css, i only need to know which custom css code to add. If you can't help me, please forward this to one of your collegues.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #64606

Glad to know that.

0