This topic has 6 replies, 4 voices, and was last updated 5 years ago ago by Rose Tyler
Is there a way of centring the logo and removing the navigation menu for just a single page?
Hello,
Edit the page where you want to remove the header > edit the page custom CSS http://prntscr.com/pdywv9 and add the following code
.menu-wrapper, .navbar-header.navbar-right {
display: none !important;
}
.template-container .header-wrapper .header .header-logo {
text-align: center;
}
Regards
Thanks
Hello,
You’re welcome!
Regards
Hi there,
On my menu, I want to make the SALE CATEGORY RED IN COLOR while other categories maintain default colors.
Thanks.
Hello, @femi_daylloy
You can add this code in Theme Options > Styling > Custom CSS > Global:
.menu #menu-item-193 a {
color: red;
}
If you have any other questions, please submit a new topic http://prntscr.com/pqoa34 https://www.8theme.com/forums/classico-wordpress-support-forum/
Thanks in advance.
Regards
You must be logged in to reply to this topic.Log in/Sign up