This topic has 9 replies, 3 voices, and was last updated 6 years, 3 months ago ago by Olga Barlow
Hello,
Please add this code in Theme Options > Styling > Custom css > Global custom css:
@media only screen and (max-width: 768px){
.posts-navigation {
display: none;
}
.page-heading.bc-type-left .title {
line-height: 1;
font-size: 3rem;
}
}
Regards
I have added a script, but it remains the same.
Please make sure that you added the code in Global Custom CSS area.
Regards
okay thank you, works
I have more qustions
http://prntscr.com/keblh9
1. hoe to change grid menu from black to white
2. some text at slider revolution can not show in mobile view
Hello,
1) Go to Theme Options > Header > Mobile Header settings > Mobile header text color > choose white.
2) Make sure that layer is enabled for the mobile http://prntscr.com/kekqv2
Regards
Hello,
There is no option to hide link for mobile only. Use custom CSS
.mobile-menu-wrapper li.login-link {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up