Disable Widget CSS for Bellows Menu in Sidebar

Hello! I’d like to disable the widget CSS styling that’s interfering with the Bellows menu plugin styling. I’d like to do this for the content left, sidebar right pages while retaining styling for the blog.

My example page (see secure note) accurately displays the menu within the content area on page. The same menu has widget styling also applied to it within the sidebar.

Thank you

Hi @WaggingLabs,

Thank you for reaching out to us. To override the sidebar widget’s styling you can add the following code n the Theme Options > CSS:

.widget .bellows ul li, 
.widget .bellows ol li,
.widget .bellows ul,
.widget .bellows ol {
    border-bottom: none;
    padding: inherit;
    box-shadow: none;
    text-shadow: none;
    background: none;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

@Nabeel - This is superb! Thank you!

You’re always welcome!

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.