Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1045998

    Hi, is it possible to remove only the sub-menu items in the footer socket navigation? I would like the main menu items to remain. I also would like the menu and sub-menu items to remain in the header, .

    The website is: boldcityhi.com

    The sub-menu items I’m referring to are under “service areas”

    Thank you

    #1046013

    Hi demarcojeff

    Try the following code and insert it into the Quick CSS section:

    .widget ul ul li {
    display: none;
    }

    Cheers
    Michael

    #1046070

    This appears to have worked. Thank you Michael!

    #1046098

    Hi,
    Glad @michaelH was able to help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1088045

    Bumping this up again. The code above worked for the desktop version, but the sub-menu items are still showing in the footer on the mobile version.

    Is there additional code I can add to remove them from mobile as well?

    The website is: boldcityhi.com

    The sub-menu items I’m referring to are under “service areas” at the bottom of the page

    Thank you

    #1088051

    Hi,
    I took a look at your footer for the menu item “service areas” but for me it is only showing as a text item, when I inspect it I see this css working:

    .widget ul ul li {
        display: none;
    }

    which is the css from Michael above, perhaps you need to clear your browser cache, because I can’t hover, or click, for a drop down on it.

    (BTW, nice design)

    Best regards,
    Mike

    #1088459

    Thanks Mike! I assume you looked at it on mobile? That’s where the problem lies.

    I’ve attached a screenshot from my phone of what I see.

    View post on imgur.com

    #1088960

    Hi,
    Thanks for your feedback, Please try adding this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .widget_nav_menu ul ul {
        display: none !important; 
    }

    Best regards,
    Mike

    #1089163

    Hi Mike. Thanks again for your help. I tried adding the above code into the quick css, but it still shows the sub menu items on mobile.

    #1089409

    Hi,
    I have checked again on my device but it is not showing for me. Please see the screenshot in Private Content area.
    I assume that you have tried clearing your browser cache, but it looks like you are using an iPhone, I believe the cache is a little trickier to clear. Please see these steps.
    I’m using Android.

    Best regards,
    Mike

    #1090163

    That did it, thank you!

    #1090191

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove Sub-Menu in Footer Socket Only’ is closed to new replies.