• Resolved evonne01

    (@evonne01)


    How can I remove the topmenu and search box?
    I only want a menu in the left sidebar,

    Thanx

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter evonne01

    (@evonne01)

    Found it out:

    /* ————- remove search-toggle and primary navigation ————— */
    .search-toggle {
    display: none;
    }

    .primary-navigation {
    display: none;
    }

    /* ————- main content higher ——————— */
    #main-content {
    margin-top: -70px;
    }

    esmi

    (@esmi)

    Do not edit the Twenty Fourteen theme. It is the current default WordPress theme and having access to an original, unedited, copy of the theme is vital in many situations. First create a child theme for your changes. Or install a custom CSS plugin.

    Thread Starter evonne01

    (@evonne01)

    Yes I’ve put these changes in my child theme stylesheet

    Thnx

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No top menu’ is closed to new replies.