This topic has 6 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hi all
I am using header #6 and need to:
– Remove blog description
– Change cart icon color
– The site description in the browser is duplicated. Need to correct it
Hello.
Please provide us with wp-admin credentials.
With best regards
Brian Johnson
Hi Brian, i just changed the header option and so the issue to remove site title no longer applies.
However, I really need to:
– The site description in the browser is duplicated. Need to correct it
– Center the menu
– Is it possible to add a secondary menu to the top of the menu?
Hello,
1. I’ve commented line 16 in the file wp-content/themes/woopress/header.php. Now only one description is shown in browser tab.
2. Add this code in custom.css to center the menu:
.header-type-8 .menu-wrapper .navbar-collapse .menu-main-container .menu {
margin-left: 250px;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
3. Unfortunately there is no such possibility. Sorry.
Regards,
Eva Kemp.
Dear all,
I made an update and the css line you suggested for centring the menu:
.header-type-8 .menu-wrapper .navbar-collapse .menu-main-container .menu {
margin-left: 250px;
}
is not working.
Help please!
Hello,
I’ve added this code in Custom CSS for desktop:
.header-type-8 .menu-wrapper .navbar-collapse .menu-main-container .menu {
margin-left: 120px;
}
Clear browser cache and check menu now.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up