- This topic has 7 replies, 2 voices, and was last updated 7 years, 6 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › Sidebar menu in same layout as primary menu
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.
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 !!
Hi
Thanks. that is exact i needed.
Hello @joshermens,
Glad to know your issues has been resolved.
If you have any queries further, feel free to post them here.
Best Regards !!
Hi,
Is it possible to get the active page in the same color as the hover color.
with regards
Jos
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!!
Hi
Thanks for your help, that is exact i just needed.
With Regards,
Jos Hermens
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 !!
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. |