Site logo

secondary navigation

Translation menu not shown in mobile

I have set translation menu as primary navigation and main menu as slideout navaigation in the header. Everything looks normal the way I want in desktop. However the translation menu is not able to show in tablet or mobile setting. Thank you for your assistance.

Remove secondary navigation from woo commerce shop

Hi, How can I remove the secondary menu from the woocommerce store, I have tried to disable it using the options on the page editor but I belive that because the woocommerce store is a product archive list this is interfering with it.

Logo on secondary navigation.

Hi Please, how can I show logo on secondary navigation on other pages and not on the homepage? Thank you for your help. Ezekiel.

nav links effect on secondary navigation

Hi there, I added the nav links effect to the main menu using this code: /* Menüpunkte unterstreichen – nav links effect – von generatepress.com */ @media (min-width: 769px) { .main-navigation .menu > .menu-item > a::after { content: ""; color: #FF9034; position: absolute; right: 0; left: 50%; bottom: 15px; -webkit-transform: translateX(-50%); transform: translateX(-50%); display: block; … Read more

Secondary Navigation icon on the left in mobile

Hello Support-Team, on my website I use the primary and secondary navigation. When using the website on a mobile device the menu icon of the primary navigation is shown on the left. Thats probably because the search icon is on the right. The menu icon of the secondary navigation however is shown centered. Can I … Read more

Disable primary navigation and keep secondary navigation

Hi, How do I disable the primary navigation and keep the secondary navigation? 1. For this site (http://meine-ec-karte.de/) I’d like to have the same menu you have on https://generatepress.com/ 2. How do I add the Logo on the left of the secondary menu? 3. CTA on the right after “Blog” To add a CTA I’ve … Read more

Secondary Navigation / Secondary Sub Navigation

Hi Tom, Is there a way to in my secondary navigation for the sub navigation to open up beneath instead of to the right where it covers my image? (http://www.musclecloud.org.uk/montese). I would like it for the options to fill the space in the left hand column if possible. Also I only need this navigation and … Read more

Show Secondary Navigation on posts depending on category

I found the earlier discussions where you showed how to display secondary navigation only on specified pages with this css: .secondary-navigation { display: none; } .page-id-xx .secondary-navigation { display: block; } If I also want to show the secondary nav menu on posts with a certain category, would I need to use a PHP filter … Read more

Style Single Item In Secondary Navigation

I’ve been able to style a single item in the primary navigation with CSS class and this CSS: .main-navigation .main-nav ul li.solar-cta a { border: 2.5px; border-radius: 5px; border-style: solid; border-color: #068743; line-height: 37px; vertical-align: centre; background-color: #068743; color: #FFF; } .main-navigation .main-nav ul .solar-cta.current-menu-item > a, .main-navigation .main-nav ul .solar-cta.current-menu-parent > a, .main-navigation .main-nav … Read more