Home Forums Jevelin Theme Formatting of Menu Items in Widget Area Reply To: Formatting of Menu Items in Widget Area

Home Forums Jevelin Theme Formatting of Menu Items in Widget Area Reply To: Formatting of Menu Items in Widget Area

Hi @jburleson,

 

I hope you are well today and thank you for your question.

 

You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.shortcode-widget-area .widget_nav_menu {
    list-style-type: none;
    }

 

Best regards,
Shufflehound team