The Logo Gets Smaller - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

The Logo Gets Smaller

F

fabiana

Template 2 years ago

When entering a menu item, the logo shrinks, how can I fix it?

https://prnt.sc/2VI3i2tAzFpb

How can I fade the menu with these colors so it doesn't look so white?

861310

cccccc

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #97722

Hi

Thanks for contacting us. Use this custom CSS and set the height which you want and also set the background color which you want.


.logo-image {
    height: 90px !important;
}

#sp-header {
    background: #cccccc !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.

-Regards.

0