• Resolved BrunoCobalto92

    (@brunocobalto92)


    Hi guys, i need to hide the texts of the main menu and just have the stripes menu icon opening a scrolling menu showing the existing menu, can you give me an hint?

    thx

    here’s the link:(the image in the home page is how the site should look like at the end)
    https://www.gobbo.design/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi #BrunoCobalto92

    We can hide the menu items with a custom CSS snippet if it will work for you.

    Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    #main-menu li a {
      display: none;
    }

    Please let us know if it was a solution for you.

    Waiting for your response.

    kind Regards

    Thread Starter BrunoCobalto92

    (@brunocobalto92)

    hey man, thanks but it just removed the space between main menu titles

    Thread Starter BrunoCobalto92

    (@brunocobalto92)

    hi man, the result you see now it’s thank to a long list of modifications in theme php and css files , like header.php, main-navigation.php, functions.php etc

    Thread Starter BrunoCobalto92

    (@brunocobalto92)

    i’d need also to hide the page text titles inside the pages. cannot find any option to do that in the backend. can you give me some tips or codes to edit?

    wprsupport

    (@wprsupport)

    Hi #BrunoCobalto92

    Unfortunately, it is not possible in the free version of the theme, it is a Pro feature.

    Kind Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing double menu and create a scrolling menu instead of widget sidebar’ is closed to new replies.