- This topic has 2 replies, 2 voices, and was last updated 1 year ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Edufication Pro › Adding CSS to Change Color of Contact-Info / Contact-Details Bar
Hi all,
I´m trying to add css to change the contact-bar color when dropped down. It´s orange now but should be #FFD618. I can´t find the right class to do that. What am I doing wrong?
Would appreciate your help, url is: educationhelp.de
short record of what i mentioned:
https://www.awesomescreenshot.com/video/22042997?key=fa7d27ad989d827dedd251b77ff92f66
I want to have it all in that color, also that dropdown arrow – is that possible?
Also I´ve seen the same problem here in this hyperlink which I´ve created. By default it was this color.
It looks like this strong-orange-color is set somehow as a standart color?
https://www.awesomescreenshot.com/image/43915506?key=8d9187300ab488a68a75e02da389087e
thank you so much!
Please add this CSS
p a {
color: #FFD618 !important;
}
p a:hover {
color: #000 !important;
}
.topheader-dropdown:hover, .topheader-dropdown:focus {
background: #FFD618 !important;
}
@media screen and (max-width: 1279px){
#top-header .contact-info {
background-color: #FFD618 !important;
}
}
Here is the screen record after adding this CSS
https://www.awesomescreenshot.com/video/22081301?key=fc05cb2cdccff24d353c8130b19de420
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |