How To Change Coloro Of Burger-icon - Question | JoomShaper

How To Change Coloro Of Burger-icon

PB

Paolo Bianchi

Helix Framework 2 years ago

Hello, I'm trying to change the color of the .burger-icon element. Having a black background I don't see it, even if it's present and working. I tried creating a custom css but I couldn't. Can you kindly help me? Website: https://www.tecnolibri.it Joomla version: 3.10.1 Helix Ultimate: 2.0.4

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #33629

Ciao,

It's quite easy, please use custom CSS:

.burger-icon > span {background-color: white !important;}

Remember to clear Joomla cache in JCH Optimize after using above code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #33630

Hi,

You can use this custom css

.burger-icon > span {

background-color: red !important;

}

Add this css code inside the custom.css file. Note: 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. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
PB
Paolo Bianchi
Accepted Answer
2 years ago #33632

Thank you all, I know it's an easy thing (for those who know how to do it), but having a forum with safe and fast answers is a very great value that adds to a useful and, for me, irreplaceable product. Thanks again Paolo

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #33633

BTW

To help others I added this tip also here: https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/customization-tips

Buona giornata

0
PB
Paolo Bianchi
Accepted Answer
2 years ago #33638

Very useful!

0