Site logo

Archived topic

change orange color in elementor?

5 replies · Started by Marise on March 2, 2023

Viewing posts 1–6 of 6

Somehow my there are some orange elements in my elements pages I can't seem to change. Any idea how to change them to green? Here are some examples https://www.naturalwaves.nl/hypnobirthing/ in the text above the page title and the bullets. By the way, I am seeing this orange color in Chrome but not in Opera browser.

Hi there.

do you mean this element?

https://www.screencast.com/t/8CjGbfJMeUwc

As its an elementor widget that has a CSS class of primary-color-opacity-80 that is adding that color.
Its not something the theme is doing.

Yes that's what I mean. Ok, so it's not the theme, but maybe you do have a quick solution of how to solve it because I don't know :D

Yes seems like a good solution, however this orange color is not displayed in the global colors (is it hidden somewhere?). Would there be an easy css solution?

You could try this:

.primary-color-opacity-80 {
    background-color: transparent !important; 
}
This archived topic is closed to new replies.