STRATOS TEMPLATE HELP ME - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

STRATOS TEMPLATE HELP ME

HA

Hilton Arturo

Template 5 months ago

I am currently using the Joomla 5 quickstart, after that I installed the Stratos template, the problem is that when I activate it and test the website, it does not load that icon.

IMAGE https://ibb.co/qQNHCrg

0
Website
http://
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #192345

Hola Hilton,

To be honest it's not a typical icon, by 3 menu lines "=" made by CSS. And they are, but by default they have white color, and white background = not visible, right.

Fix is simple, re-color lines:

.burger-icon > span {background-color: black; }

Use it inside Template Options > Custom Code > Custom CSS

0
HA
Hilton Arturo
Accepted Answer
5 months ago #192350

imagen

https://ibb.co/cKYDjZ82

Perfect, but now the problem is when I open it from a cell phone or mobile device it looks like this, how do I fix it, since in desktop mode I put the code you gave me and it's perfect

0
MiBa
MiBa
Accepted Answer
5 months ago #192351

Hi, try add this to Template Options > Custom Code > Custom CSS

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span { background-color: #000; }

0
HA
Hilton Arturo
Accepted Answer
5 months ago #192353

t didn't work for me. It didn't work for me, I'm still attaching the data privately.

0
MiBa
MiBa
Accepted Answer
5 months ago #192354

I forgot to add !important;, this should work.

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span { background-color: #000 !important; }

0