Home Forums Pro Themes Education Hub Pro Sidebar menu in same layout as primary menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #40601
    joshermens
    Participant

    Hi,

    I have the site running in the Education Hub Pro theme.
    Is it possible to give the vertical menu in the sidebar the same coller and box layout as the primary menu ?

    I hope you can help me.

    Site: http://www.kuypers-schinnen.nl

    #40656
    wensolutions
    Keymaster

    Hello @Joshermens,

    You can change the menu color and effects same as the primary menu for the sidebar menu also by adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    #sidebar-primary ul li {
        padding: 8px 15px;
        background: #294a70;
        margin: 5px 0;
    }
    #sidebar-primary ul li:hover {
        background: #f4a024;
    }
    #sidebar-primary ul li:before {
        content: none;
    }
    #sidebar-primary ul li a {
        color: #fff;
    }

    Hope this Helps,

    Best Regards !!

    #40700
    joshermens
    Participant

    Hi

    Thanks. that is exact i needed.

    #40703
    wensolutions
    Keymaster

    Hello @joshermens,

    Glad to know your issues has been resolved.

    If you have any queries further, feel free to post them here.

    Best Regards !!

    #40794
    joshermens
    Participant

    Hi,

    Is it possible to get the active page in the same color as the hover color.

    with regards

    Jos

    #40801
    wensolutions
    Keymaster

    Hello @joshermens,

    To get the active page as the hover color use below given CSS.

    #sidebar-primary ul li.current_page_item {
        background: #ffab1f;
    }

    Hope this helps.

    Best Regards!!

    #40802
    joshermens
    Participant

    Hi

    Thanks for your help, that is exact i just needed.

    With Regards,

    Jos Hermens

    #40804
    wensolutions
    Keymaster

    Hello @joshermens,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
    https://wordpress.org/support/theme/education-hub/reviews/

    Best regards !!

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