Hi,
I’ve 2 questions:
First, How can i get the navigation menu like as on this site? (the red box in the right upper corner)
http://www.mmdsi.com
Second, How can i make a single word changing in the slider? (like in the slider on this page) What settings do i need?
https://www.myhrtoolkit.com
Kind regards,
Tim
Hi broodjekaas!
1. Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
2. Please use the Headline Rotator element.
Best regards,
Rikard
Hi Rikard,
Thanks for the help! Never noticed the Headline Rotartor, nice feature!
The menu toggle also works fine, but when i click on it its shows up fullscreen. Is there a way to make it smaller like on the example site?