Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #176029
    Bertus
    Participant

    Goodafternoon,

    How can I remove the bullets form the widget menu. And remove the underline form the links in this menu.

    Thanks!!

    Bertus

    #176050
    Skandha
    Participant

    @bertus: Hello Bertus,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #176054
    Bertus
    Participant

    Hello Skandha,

    Please find it here.

    https://libellengids.nl/juffers/bosbeekjuffer/

    Thanks

    Bertus

    #176059
    Skandha
    Participant

    @bertus: Hello Bertus,
    To remove the bullets from the footer widget menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-footer-menu li {
    	list-style:none;
    }

    Can you let me which underline are you talking about in the links?

    Let me know if this works out!
    Kind Regards,
    Skandha

    #176060
    Bertus
    Participant

    Hi Skandha,

    it is not about the footer menu. it’s the widget menu on the right sidebar. there you will also see the underlining.

    https://libellengids.nl/juffers/bosbeekjuffer/

    Thanks.

    Bertus

    #176061
    Skandha
    Participant

    @bertus: Hello Bertus,
    To remove the underline from Menu items in the sidebar
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-widget-menu li a {
    	text-decoration:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #176196
    Bertus
    Participant

    Hi Skandha,

    Yes it works to delete the underline from the widget menu in the sidebar.

    But I also want to delete the bullets from the same widget menu in the sidebar. I used the following CSS but it does not work.

    #menu-widget-menu li a {
    list-style:none;
    }

    Can you please let me know.

    Thanks.

    Bertus

    #176215
    Skandha
    Participant

    @bertus: Hello Bertus,
    To remove the bullets from Menu items in the sidebar
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-widget-menu li {
    	list-style:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #176399
    Bertus
    Participant

    Thanks Skandha! that does the trick.

    Best regards,

    Bertus

    #176405
    Skandha
    Participant

    @bertus: Hello Bertus, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove bullets from widget menu’ is closed to new replies.