Custom CSS And Template Presets Not Working - Question | JoomShaper

Custom CSS And Template Presets Not Working

B

Bayard

Template 1 year ago

I installed the LuxeVista Quickstart template with Joomla 5.1.4. Also using below: php 8.3 Helix 2.1.1

When i go into the template settings and change colors in the presets, nothing happens. Also tried using the Custom Style option and I changed the Menu colors and nothing happened. It appears if you change the Body colors, that does change the menu colors but i don't want the menu colors being the same as the body colors.

I've cleared cache, tried different browsers. Also tried using custom css in the template settings and only some custom css is taking.

Something seems very off on the template color settings and custom css. Any ideas?

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #167067

Hi

Thanks for contacting us and sorry for your issue. Could you please give me your site URL? So that I can check.

-Regards.

0
B
Bayard
Accepted Answer
1 year ago #167204

I just put everything in the Hidden content field below for you.

Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #167245

Hi

You can change the menu color by using this CSS


body .sp-megamenu-parent>li>a, body .sp-megamenu-parent>li>span, body .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
    color: #a00a0a !important;
}

.sp-megamenu-parent>li:after{
   background-color: #a00a0a !important;
}
0