- This topic has 1 reply, 2 voices, and was last updated 7 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Education Hub Pro › Removing Arrow in Sidebar Menu titles
Tagged: sidebar menu
Hello, I would like to learn what line of code to delete in order to remove the arrow that hangs beneath the sidebar titles.
Reference the demo site: http://themepalace.com/theme-demo/?demo=a3NyN3ZOb1QrVkFoN04rc2RBdGNUQT09 and note the downward pointing triangle that appears beneath “Recent Posts” and “About University.”
The problem I am having is that when I open up a mega menu, this triangle *by itself* is superimposed on my megamenu while the rest of the sidebar menu title is underneath the megamenu.
Hello @mcmolter,
To remove the arrow that you have mentioned please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
#sidebar-primary .widget-title::after, #sidebar-secondary .widget-title::after {
border-top: none;
}
Hope this helps.
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. |



