When I update Joomla my off canvas problem appears again!
I had to delete some lines in de template.css, see door Pavel-ww » di okt 03, 2023 1:01 pm.
And add the code below:
But every time a new version of Joomla appears, I have to delete the code again.
Can someone help me so I can put the correct code in the custom.css so that this works forever?
The current code in the custom.css looks like:
/*First level*/
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a {
color: #ffc700;
}
/*Sub levels*/
.offcanvas-menu .offcanvas-inner ul.menu>li li.active a {
color: #ffc700;
}
I had to delete some lines in de template.css, see door Pavel-ww » di okt 03, 2023 1:01 pm.
And add the code below:
But every time a new version of Joomla appears, I have to delete the code again.
Can someone help me so I can put the correct code in the custom.css so that this works forever?
The current code in the custom.css looks like:
/*First level*/
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a {
color: #ffc700;
}
/*Sub levels*/
.offcanvas-menu .offcanvas-inner ul.menu>li li.active a {
color: #ffc700;
}
Statistics: Posted by liekecomp2022 — Tue Nov 12, 2024 3:52 pm