Home Forums Pro Themes Edu Care Pro Color changing system

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #66352
    Bay Duong Van
    Participant

    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)

    #66390
    wensolutions
    Keymaster

    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!!

    #66653
    Bay Duong Van
    Participant

    What about changing the font? Because yours doesn’t work quite well with my current language

    #66739
    wensolutions
    Keymaster

    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!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.