Changes To The Offcanvas Menu For The Investa Template - Question | JoomShaper

Changes To The Offcanvas Menu For The Investa Template

P

Pio

Template 1 year ago

Hello, I'm using the Investa template on the website www.tecnohubagency.it/test. For mobile devices I would like to resize the logo to fit in the header and I would like to change the color of the offcanvas menu https://ibb.co/dLyP629. When clicking on a menu item, I would like the offcanvas menu to go away, to show the contents of the page https://ibb.co/JsfLN3s. I would like to remove contacts and social networks from the offcanvas menu https://ibb.co/9yGp80h.

Thanks Pio

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #162121

Hi

Thanks for contacting us. Use this CSS in your custom.css file

.burger-icon>span{
  background-color: #1b1818 !important;
}

ul.sp-contact-info{
  display: none;
}

ul.social-icons{
  display:none;
}

-Regards.

0
P
Pio
Accepted Answer
1 year ago #162144

Hello Mehtaz, I would like the logo on mobile devices to be smaller, and that when you click on a menu item it closes the offcanvas menu.

Thanks Pio

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #162239

Use this CSS in your custom.css file

.logo-image-phone {
    height: auto !important;
}
0