Site logo

Archived topic

Mobile slide out menu got overwritten

4 replies · Started by Matthias on November 13, 2018

Viewing posts 1–5 of 5

Hi I use the menu from the Volume premade template in the generatepress library. THe problem is I tried to make the navigation transparant within element. This kinda worked but now my premade slideout secondary navigation menu disappaired on mobile. I hope u guys understand

Hi there,

looks like you activated the Mobile Header in Customizer > Layout > Header..... try disabling that.

Tried but this didnt work, I have it disabled now. I think it got overwritten because I made the nagivation header in elements? I dont know exactly

I kinda know how it happend:

I want a custom button on pc:

@media (min-width:769px) {.main-navigation .main-nav ul li.nav-button a {

color: #fff;
background: #ff236c !important;
border-width: 5px!important;
border-color: rgba(0,0,0,0);
border-radius: 50px!important;
letter-spacing: 4px;
font-size: 14px;
font-family: 'Fredoka One',display!important;
text-transform: uppercase!important;
background-color: #ffffff;
margin: 0px 15px 0px 25px;
}

This code seems to be problem

Is that the full code that you added? If so then you are missing the closing } for the media query.

This archived topic is closed to new replies.