Where can i edit menu? - by Bernard Kokol

This topic has 9 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler

  • Avatar: Bernard_Kokol
    Bernard Kokol
    Participant
    May 31, 2019 at 12:11

    hi,

    how can i edit menu? Under what section of WP and how can i deleted if i dont want it?
    https://imgur.com/a/8iyPAcr

    8 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 31, 2019 at 12:24
    Avatar: Bernard_Kokol
    Bernard Kokol
    Participant
    June 1, 2019 at 12:32

    Ok and as in screen shot above how can i make these LINE where Home,shop, blog etc is shorter?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2019 at 13:25

    Please provide screenshots for better understanding.
    You can use such screenshot maker as Lightshot https://prnt.sc/
    Thanks in advance.

    Regards

    Avatar: Bernard_Kokol
    Bernard Kokol
    Participant
    June 1, 2019 at 14:07

    i want to make these line (red one) smaller like it’s orange. how and where can i do that.
    https://prnt.sc/nwa5vu

    Avatar: Bernard_Kokol
    Bernard Kokol
    Participant
    June 1, 2019 at 14:24

    Or i even i dont want menu and i dont want that black line, how do i do that

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2019 at 16:00

    Hello,

    You can add this code in Theme Options > Custom CSS:

    .header-advanced .navigation-wrapper {
        max-width: 1170px;
        margin: auto;
    }

    Color of the mentioned black line you can change in Theme Options > Menu > Menu styling > Menu background color.

    To disable the menu, you can use this code:

    .header-advanced .navigation-wrapper {
        display: none;
    }

    Regards

    Avatar: Bernard_Kokol
    Bernard Kokol
    Participant
    June 1, 2019 at 19:41

    i have tryed to put in code but nothing changes. Nothing at website
    I put code here:
    https://prnt.sc/nwddn0

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 2, 2019 at 08:02

    Hello,

    You need to clear cache – http://prntscr.com/nwiui4

    Regards

  • Viewing 9 results - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.