Home>Support>How to remove square bullets and underlined links from the costum menu widget with PageBuilder

How to remove square bullets and underlined links from the costum menu widget with PageBuilder

Hello,
When I use PageBuilder and I insert a costum menu to the left, I see a menu with square bullets and underlined links. I would like it shows up without bullets and it isn’t underlined. How can I do it ? Perhaps with the CSS costum editor, but I don’t have this knwoledge. Thank you very much.

URL: http://test1761.apps-1and1.net/page-test-1/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Daniel

    Try the following under Appearance > Custom CSS:

    /* Vantage Custom Menu Widget */
    
    .entry-content .widget_nav_menu ul {
    	list-style: none;
    	margin-left: 0;
    }
    
    .entry-content .widget_nav_menu ul li {
    	margin-left: 0;
    }
    
    .entry-content .widget_nav_menu ul li a {
    	text-decoration: none;
    }
    
  2. 9 years, 10 months ago Daniel

    You’re awesome Andrew! It works perfectly ! Thanks a lot!

  3. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that did the trick.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More