Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3434198
Customizing Menu Options
Closed

Comments

  • infoctrlgizmo started the conversation

    Hi,

    While viewing in mobile/tablet view, in hamburger menu, the primary menu is getting shown, which we want. but in desktop view, the primary menu is being shown in both at top of page as well as in hamburger menu. is there any setting/option/custom css to disable primary menu being shown in hamburger menu while veiwing in desktop mode? we want primary menu to be shown only at top and not in hamburger menu while in desktop mode.

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (min-width: 960px) {
        .penci-menuhbg-wapper.penci-menu-toggle-wapper {
            display: none;
        }
    }

    Regards,
    PenciDesign.



  •   infoctrlgizmo replied privately
  •  2,541
    PenciDesign replied

    Hi,

    Please temporarily disable the coming soon mode, I need to check the live site.

    Regards,
    PenciDesign.


  •   infoctrlgizmo replied privately
  •  2,541
    PenciDesign replied

    Hi,

    Please modify the CSS code like the following below:

    @media only screen and (min-width: 960px) {
        .penci-menuhbg-wapper.penci-menu-toggle-wapper ul.menu {
            display: none;
        }
    }

    Regards,
    PenciDesign.



  •   infoctrlgizmo replied privately
  •  2,541
    PenciDesign replied

    Hi,

    Please modify the CSS code like the following below:

    @media only screen and (min-width: 960px) {
        .penci-menu-hbg .menu {
            display: none;
        }
    }

    Regards,
    PenciDesign.



  • infoctrlgizmo replied

    ok it is working but i want to add a few important pages on the menu hamburger in desktop mode

  •  2,541
    PenciDesign replied

    Hi,

    Please remove the previous code then install the If Menu – Visibility control for Menus plugin and follow the document at this link: https://wordpress.org/plugins/if-menu/

    Regards,
    PenciDesign.