- This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Edu Care Pro › Color changing system
Is Edu care pro them not fully opimized?
By some reason I can’t modify the color of the text in top bar (it remains grey regarless)
Additionally, the same problem appears when I want to change the yellow-ish color of my drop-down menu (I can only change the background color of it, not its text color and the top part)
Hello @donghaino1,
The option to change the color of the text at the top bar is not available. However, it can be changed using the custom CSS.
Now to change the color of the text in the top bar use below given CSS. For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.
Top bar color:
Phone no. at top right:
.quick-contact a {
color: #fe4a49;
}
Address and date at top right:
.top-nav ul li {
color: #8e2541;
}
Menu text color at top left:
.top-nav-login ul li a {
color: #8e2541;
}
Now to change the color of the text of drop-down menu use below given css.
.main-navigation ul li ul li a {
color: #00b9eb;
}
Border at top:
.main-navigation > ul ul li:first-child {
border-top: 5px solid #00b9eb;
}
You can change the color code as per your requirement.
Hope this helps.
If you have any query further, please let us know.
Best Regards!!
What about changing the font? Because yours doesn’t work quite well with my current language
Hello @donghaino1,
Changing the font means, do you want to change the font itself or the font size?
If you meant by the fonts then theme has already provided the option to change the fonts. For this go to Admin Panel > Appearance > Customize > Theme Options > Font Settings.
Or if you want to increase the font size then please let us know for which you want to increase the font size so that we can help you further.
Thank you 🙂 .
Best 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. |