• Resolved jacoobic

    (@jacoobic)


    Hi all,

    on desktop, everything works fine, however on mobile, when I open the menu, I have the “LOGIN” option there, which I would like to get rid of, can you please help?

    Thanks a lot,

    J.

    • This topic was modified 1 year, 4 months ago by jacoobic.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The output is controlled via the commercial theme “Plan My Day” that you are using. You could hide this using CSS:

    .panel_top .login {
     display: none;
    }

    However, I cannot judge whether this makes sense. For a better solution you would have to contact the support of your theme: https://themeforest.net/item/plan-my-day-wedding-event-planning-agency/17501688/support – questions about commercial products are not allowed here in the forum.

    Hi Jacoobic,

    I understand your concern regarding the “LOGIN” option appearing on the mobile menu of your website. After checking the link you provided, I have identified a couple of steps you can take to address this issue.

    1. Check Mobile View in Customizer
      • Navigate to your WordPress Customizer.
      • Go to the “Header” section and check the settings related to the mobile menu.
      • Inspect the menu pages and editor to see if there is a login element present.
    2. Utilize Custom CSS
      • In the Customizer, navigate to the “Additional CSS” section.
      • Insert the following code:.header_mobile .login .popup_link { display: none; }

    After following these steps, the “LOGIN” option should no longer be visible on the mobile view of your website.

    If the issue persists or if you have further questions, please don’t hesitate to reach out. It would be helpful to provide a screenshot of your editor in mobile view within the Customizer for a more precise solution.

    Kind regards,

    Alexander

    • This reply was modified 1 year, 4 months ago by Alexander.
    • This reply was modified 1 year, 4 months ago by Alexander.

    Hi Jacoobic,

    I understand your concern regarding the “LOGIN” option appearing on the mobile menu of your website. After checking the link you provided, I have identified a couple of steps you can take to address this issue.

    1. Check Mobile View in Customizer:
      • Navigate to your WordPress Customizer.
      • Go to the “Header” section and check the settings related to the mobile menu.
      • Inspect the menu pages and editor to see if there is a login element present.
    2. Utilize Custom CSS:
      • In the Customizer, navigate to the “Additional CSS” section.
      • Insert the following code:.header_mobile .login .popup_link { display: none; }

    After following these steps, the “LOGIN” option should no longer be visible on the mobile view of your website.

    If the issue persists or if you have further questions, please don’t hesitate to reach out. It would be helpful to provide a screenshot of your editor in mobile view within the Customizer for a more precise solution.

    Kind regards,

    Alexander

    • This reply was modified 1 year, 4 months ago by Alexander.
    • This reply was modified 1 year, 4 months ago by Alexander.

    Hi there!

    It appears that your site is using the “Plan Your Day” theme. You should be able to edit that mobile menu using the Customizer.

    • Once logged into the Admin area, look for the “Appearance” menu on the left-hand side of the dashboard.
    • Hover over or click on “Appearance,” and you’ll see a submenu.
    • In this submenu, click on “Customize.” This will take you to the WordPress Customizer.

    If you don’t see an option to remove the menu in the Customizer, you can try adding custom CSS to hide the “Login” item. This can also be done in the Customizer:

    • Go to your WordPress Dashboard.
    • Navigate to Appearance > Customize.
    • Here, look for the ‘Additional CSS’ section.
    • There, you can add the following CSS:
    .login { display: none; }

    Hope this helps!

    Thread Starter jacoobic

    (@jacoobic)

    Perfect, worked like a charm. Thanks, everybody.

    .login { display: none; }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile menu issues’ is closed to new replies.