- Posts: 34
- Thank you received: 2
Color text in slider
5 years 9 months ago #327681
by MH1981
Color text in slider was created by MH1981
Please Log in or Create an account to join the conversation.
5 years 9 months ago #327685
by nicolas
Replied by nicolas on topic Color text in slider
Hi,
That comes from the CSS:
in the file templates/rt_orion/scss/orion/styles/_utilities.scss of your template.
So I'm not sure what to do. As it might affect other areas of your pages and since there is an !important flag, it can't be easily overridden either.
I would recommend to check with your template provider since it's something added by them.
That comes from the CSS:
Code:
.overlay-light a, .overlay-light .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .overlay-light #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
color: #fff !important;
}
So I'm not sure what to do. As it might affect other areas of your pages and since there is an !important flag, it can't be easily overridden either.
I would recommend to check with your template provider since it's something added by them.
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds