• Hi,

    how do I delete the strip on the top of each page? In php somewhere? could you please tell me as specific as possible as.
    Thanks so much.

Viewing 1 replies (of 1 total)
  • Hello ,
    Try and add the first css code to remove the line above navigation active menu to remove the page header on each page use the second code.
    Dashboard => Appearance => Customize => Design Options => Custom Css

    .main-navigation ul.menu li.current-menu-item, .main-navigation ul.menu li.current-menu-ancestor, .main-navigation .menu  ul li.current_page_item, .main-navigation .menu  ul li.current_page_ancestor, .main-navigation ul.menu  li:hover, .main-navigation .menu  ul  li:hover {
        border-top: none;
        margin-top: 0px;
    }

    —————-Second Code ————-

    .header-post-title-container {
        display: none;
    }

    best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Strip on the top of the page’ is closed to new replies.