Stratos Template - Menu Dropdown Text Active Color - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Stratos Template - Menu Dropdown Text Active Color

H

Hans

SP Page Builder 1 week ago

Hello

Actually the color of menu text "Menu Dropdown Text Active Color" can be changed in Templates: Styles (Site):

Template Options: Presets

However, for the active item in the drop down menu, this does not work.

The code shows up in the page, but the color I want (#ff6666, set in Templates Styles) is not used:

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {

color: #ff6666;

}

The color #ff6666 is not displayed!

When I apply the following code to the user.css: (This code is used to generally set the gradient, not to fix the issue discussed here, but it has impact on what we discuss here)

:root {

--gradient-color-1: #0339fc;

--gradient-color-2: #0339fc;

}

Now the active text item in the drop down menu shows the color of the gradient!!!!

This is what is in the page:

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {

color: #ff6666;

}

.sp-megamenu-parent>li.active>a {

background: linear-gradient(145deg, var(--gradient-color-1), var(--gradient-color-2));

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

background-clip: text;

color: transparent;

}

My question: How to change "Menu Dropdown Text Active Color"? The problem is only the active text item. All other menu items such as 'hover' or 'inactive' can be changed.

BTW, sorry, the code foematting does not work in this forum.

0
13 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #206818

Hi Hans,

Thanks for contacting us and sorry for your issue. Could you please give me your super admin access and also a screenshot of your issue? So that I can check. Make sure you have a full site backup before making any changes. Please keep a backup and give me your site access.

-Regards.

0
H
Hans
Accepted Answer
1 week ago #206827

Thank you for answering so promptly.

This is a project that is still in its infancy. Practically nothing has been changed yet. In principle, I can give you access. However, it is htaccess IP protection, so I need your IP address.

I just took a freshly installed Stratos template and only changed this color. It doesn't work. You'll see when you take a fresh Stratos template.

Just go to Template Styles - Template Options - Presets - Presets 1 Edit - "Menu Dropdown Text Active Color" - Change the value of color. Result: No effect!!!!!!! All other items can be changed. "Menu Dropdown Text Active Color" can't be changed. I think a bug in the template.

I can send you a screenshot by email. It's difficult to do so here in the forum because I don't currently have a public server to upload the image to.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 6 days ago #206983

Could you please give me your super admin access? I need to check. You can use this for uploading screenshot

https://imgur.com/upload

0
H
Hans
Accepted Answer
6 days ago #207006

This is the link to the screenshot.

https://imgur.com/a/9tTp5rN

The red mark shows the color that needs to be changed but cannot be changed. As I said, all other items can be changed except for the one marked in red.

I can only give you the super admin access if you give me your IP address. As I already told you, the website is behind .htaccess with IP protection.

As I already said, it is not necessary to give you super admin access because the template has not been changed yet. It is a fresh installed Stratos Template, nothing changed, nothing! I think you have access to your original templates, right?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 days ago #207169

Hi

Its working in my end. If you want you can also change it by using custom CSS.

0
H
Hans
Accepted Answer
5 days ago #207174

Hi, I'm glad you have a fresh Strato template available for testing.

Unfortunately, you changed the wrong menu item. Pls. compare my screenshot.

You changed: "Drop Down Active Text Color" which works.

But you should have changed: "Menu Dropdown Text Active Color"

This is a completely different menu. Please take another look at my screenshot.

Please note that, as mentioned above, only this one menu item "Menu Dropdown Text Active Color" cannot be changed in terms of color in this menu. The other items can be changed.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 days ago #207179

Ok noted. But you can solve it via CSS too.

0
H
Hans
Accepted Answer
5 days ago #207186

What a pity that the template has a bug. Could you fix it?

The thing is, I also need to change the colors of the gradient.

This is discussed here:

https://www.joomshaper.com/forum/question/41616

Ziaul Kabir explained how to do it.

When I make this addition in custom.css, the behavior of the menu item described above changes. The color of the menu item will then also have this gradient!

At this point, it becomes very confusing. I have not been able to change the color of the menu item using CSS.

Please tell me what change I need to make in the CSS so that after changing the color of the gradient, the color of the menu item also changes.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 days ago #207300

Could you please give me a screenshot of it that portion exactly you want to change? Do you want to change this dropdown portion menu active color?

Screenshot 2025-10-20 at 8.46.46 AM.png

0
H
Hans
Accepted Answer
2 days ago #207325

No, it is not the dropdown portion menu active color​.

Here is the screenshot, marked in red:

https://imgur.com/a/pKVEqAe

It should be "Menu Text Active Color" in the Templates Styles. However, it is not possible to change it there. That is the bug.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 days ago #207335

Ok, noted. I will inform our DEV team about it.

0
H
Hans
Accepted Answer
2 days ago #207342

Thank you. Please note that I also need to change the color of the following gradient via user.css:

:root {

--gradient-color-1: #0339fc;

--gradient-color-2: #66ccff;

}

This change causes the color to be changed in the menu item to also take on this gradient. This is very strange behavior.

Please also address to DEV team.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 day ago #207478

Ok.

0