Changing The Off Canvas Icon In Magnin Template - Question | JoomShaper

Changing The Off Canvas Icon In Magnin Template

R

reklamewerkstatt

Template 1 year ago

Hi,

is it possible to change the offcanvas menu icon in the Magnin Template from 2 to 3 bars like it is in other templates?

[https://prnt.sc/pNvjnmJcnF9P]

Thanks!

0
7 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #69456

I have moved all your Custom CSS to templates/magnin/css/custom.css file. This is the correct CSS for your site.

.burger-icon>span:nth-child(3) {
    display: block;
}
.offcanvas-active .burger-icon>span:nth-child(3){
    display: none;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #69425

Hello reklamewerkstatt

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.burger-icon>span:nth-child(3) {
    display: block;
}
#modal-menu-toggler.active .burger-icon>span:nth-child(3){
    display: none;
}

Best regards

0
R
reklamewerkstatt
Accepted Answer
1 year ago #69432

Hi Ofi,

thank you for your answer. Now I have 3 bars. Perfect! But if the menu is active the 3th bar is still there. Even if I add !important.

[https://prnt.sc/ofJtFKqFafXd]

Thanks

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #69438

Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup with you before sharing.

0
R
reklamewerkstatt
Accepted Answer
1 year ago #69442

Thanks!

0
R
reklamewerkstatt
Accepted Answer
1 year ago #69458

Hi Ofi,

thank you for your help!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #69464

You are welcome. Thanks for accepting the answer.

I have a humble request. It would be very kind of you if you can manage some moment to give us feedback on Joomla Extension Directory. This will inspire us to improve.

0