Formatting of Menu Items in Widget Area

Home Forums Jevelin Theme Formatting of Menu Items in Widget Area

Home Forums Jevelin Theme Formatting of Menu Items in Widget Area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jburleson
    Participant

    I have the need for another menu on certain pages of my site. I used the Visual Page Builder and added a widget area with a menu sidebar. The menu has a beginning bullet I want to remove. Can you help me?

     

    The menu is right underneath the logo. http://edutransitions.staging.wpengine.com/results/

    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

Viewing 2 posts - 1 through 2 (of 2 total)