Home Forums Free Themes Education Hub Change the Menu hover color and others

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18386
    bernardebuehi
    Participant

    Hello, I want to change the css color #F4A024 to something else. I was able to change some part by editing the css file directly but i now realize that during update, it will be clean off. How do i do all this in the custom css section

    this color is at the menu over area, scroll up button area, top buttom footer area etc, i could have love to send screen shot but no way for me here

    #18461
    wensolutions
    Keymaster

    Hello @bernardebuehi,

    It is never recommended to make changes in the theme files as they will be lost upon update. You can apply all your CSS modifications by pasting your Custom CSS in the Custom CSS field in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field.

    To change the color you have requested in menu and go to top button areas please paste the following custom CSS in the Custom CSS field :

    .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a, .main-navigation li:hover > a {
        background: #c70039;}
    
    #main-nav {
        border-bottom: 5px solid #c70039;
    }
    .scrollup {
        background: #c70039 none repeat scroll 0 0;
    }

    You can change the #c70039 hex color code in each selector to your desired color code. For reference on color hex code, see this link.

    Alternatively, you can also choose to upgrade to the pro version of the Education Hub theme, which already contains the color options you are looking for along with other awesome features. To know more about the pro version of the theme see the link here: http://themepalace.com/downloads/education-hub-pro/

    Best Regards !!

    #18525
    jredmond
    Participant

    Sorry to post here, but I can’t see how to start a new thread?
    I just got stated customized and wanted to load a placeholder for the
    logo.
    Theme options> Header Options ?????? No log field?

    Thank you, Jim R

    #18534
    fernandoj
    Participant

    I would like you to send me a “xml” file to the education hub

    #18564
    wensolutions
    Keymaster

    Hello @jredmond and @fernandoj

    Can you please post your respective query by creating new topic of your issue.
    Cause it will easy to discuss your particular issues in new topic separately.

    The support for particular theme Education Hub is:

    http://themepalace.com/forum/education-hub/

    The support for particular theme Education Hub Pro is:

    http://themepalace.com/forum/education-hub-pro/

    Hope you understand.

    Regards!!!

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