Problem With Magnin Template And Colors - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Problem With Magnin Template And Colors

II

Instituto iGin

Template 2 years ago

I'm trying to change the colors in the magnin template, but I can't change the colors in the dropdown menu part of the desktop version (it does change it in the mobile version). I have tried to modify the css or in helix, nothing works, it follows the original color (dark, instead of the new one that is blue). https://postimg.cc/KK9WbW7k

All is up at date, new instalation from your Quickstart Joomla 4 Size: 43.3 Mb

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #98201

Hi

Thanks for contacting us. Use this custom CSS

#sp-header .sp-module .menu ul.menu-child{
    background-color: #0a0a7c !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
II
Instituto iGin
Accepted Answer
2 years ago #98276

Working. Why it doesnt work if i change it directly in css?

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

Glad to know that it is working. Maybe it conflicts with other CSS that's why.

0