• I have a single page website.

    I would like to hide the menu.
    On the website I setted the menu lettere in white.

    But on the mobile I can’t make it disappear and in ruins the page.

    I tried everything.

    Thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have a place to add custom CSS try this:

    header nav {
        display: none;
    }

    should take care of both.

    Moderator t-p

    (@t-p)

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Menu bar in Cuda Theme’ is closed to new replies.