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

Remove Logo From Menu Offcanvas

C

ClinicaMicro

Helix Framework 3 years ago

I see that in joomla 4 and helix ultimate, the mobile logo appears in the Offcanvas menu. How can I remove the logo in the side menu of mobile phones and tablets?

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #79057

If I may ....

This time Custom CSS is needed:

@media (max-width: 860px) {
.offcanvas-menu .logo, .offcanvas-menu .logo img  {display: none;}
}
.burger-icon > span {  background-color: #eee; }

2nd code is to change color of menu [=] icon from black to light grey.

Where to put custom CSS? Read here: https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/custom-code-css-js-meta

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

Hi,

Thanks for contacting us. Could you please give me a screenshot of your issue? Because I can not see any offcanvas logo.

-Regards.

0
C
ClinicaMicro
Accepted Answer
3 years ago #79055

Sorry, the development web is in http://2022.tallergomez.es

0
C
ClinicaMicro
Accepted Answer
3 years ago #79065

thanks Paul, you're a Machine ;)

0