Home Forums Pro Themes Education Hub Pro Removing Arrow in Sidebar Menu titles

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #74438
    Michael Molter
    Participant

    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.

    #74445
    wensolutions
    Keymaster

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

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