- This topic has 1 reply, 2 voices, and was last updated 5 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Edufication Pro › Change colours
Dear Support, I’m using the default colour setting which is blue but I would like to change the orange items (buttons, link menus etc) to another colour.
I’d also like to change the green colour news, icons etc to another colour.
Could you advise how I change these two colour colour settings.
Thank You
Jen
Hello
To change the colors of the sections that you have mentioned, please add the below given CSS in the Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS
a:hover {
color: #151515 !important;
}
.btn-primary {
background-color: #0a0a0a !important;
}
.btn-default {
border-color: #272422 !important;
color: #0c0c0c !important;
}
.btn-default:hover {
border-color: #1f1e1e !important;
background-color: #000000 !important;
color: #232121 !important;
}
Please change the color code of the given CSS as per your requirement.
Hope this helps
Feel free to reach us for any further query/confusion.
Regards!
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. |