Can’t get the colors to work
-
Hi Robert, I’m afraid I need your expertise. I want a transparant header that changes to white on scroll. No problem there. I followed the instruction you gave in Change Text-color when scroll. But it ain’t working as I think it should.
Here is the CSS I created:
/* LINK COLOR */
.she-header .elementor-nav-menu a {
color: #fff !important;
}
/* LINK HOVER COLOR */
.she-header .elementor-nav-menu a:hover {
color: #C17C31 !important;
}
/* LINK ACTIVE COLOR */
.she-header .elementor-nav-menu a:active {
color: #C17C310 !important;
}
/* DROPDOWN MENU BACKGROUND COLOR */
.she-header .elementor-nav-menu–dropdown {
background-color: #C17C31 !important
}
.she-header-yes .elementor-heading-title {
transition: all 0.4s ease-in-out;
}
.she-header .elementor-heading-title {
color: #C17C310 !important;
}
I have another problems. The caret doesn’t change color at all. It remains black.The page I need help with: [log in to see the link]
- The topic ‘Can’t get the colors to work’ is closed to new replies.