Changing The Color Of The Offcanvas Menu - Question | JoomShaper

Changing The Color Of The Offcanvas Menu

U

Ulrich

Helix Framework 3 years ago

Hi,

I want to change the colour of the three lines of the offcanvas menu into white. Can someone give me the CSS code I have to insert?

Thanky you very much in advance

Kueppers

0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #44149

Hi,

Use this custom css

.burger-icon>span{
    background-color: #d02929 !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
U
Ulrich
Accepted Answer
3 years ago #44171

Hey, good answer, it works. Thank you very much. But now the "X" is also white when I click on the menu. And I have just a white background.

I think there are three ways to solve the issue:

  1. Changing the color of the "X" OR
  2. Changing the background of the "X"
  3. Changing the color of the whole background

Can 1 - 3 addressed separately?

Regards Kueppers

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #44173

try this

a.close-offcanvas .burger-icon > span {
    background-color: red !important;}
0
U
Ulrich
Accepted Answer
3 years ago #44178

Perfect, Paul. Thank you very much.

Regards Kueppers

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #44182
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #44224

You are most welcome Ulrich. Yes you can also follow our documentation which Paul already mentioned

Thank you

0