Jump to content

Navbar problem


DEV!CE

Recommended Posts

Search for this code :

#ipsLayout_header nav::after {
    height: var(--secondary-navigation--height);
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgb( var(--theme-main_nav_tab) );
    box-shadow: rgba(0,0,0,0.1) 0px 1px 2px;
}

You can edit the background to be transparent or you just can add this : „display: none;” and the whole thing will disappear.

Off But i do not recommend using a 4.2 temple on 4.5 without doing a full theme update for the current platform version, due to the php code changes and css.

Edited by sebastiancgames
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...