-
AuthorPosts
-
May 8, 2019 at 8:36 pm #1098571
hello,
I would like to have the background of my MAIN ITEMS in the flyout menu show the color #e1e1e1, but as soon as I click on those with submenu items the background of the submenu tems remains in white.
So the main menu item stand out even when clicked on and showing the submenu items.
thanks noraMay 11, 2019 at 5:19 pm #1099593Hey NoraGTS,
Where ahve you done any changes through CSS?
Best regards,
BasilisMay 11, 2019 at 8:22 pm #1099628I have not – I only did it in extended styling. Do you have any advice?
Thanks NOraMay 13, 2019 at 10:02 am #1099975Hi NOra,
Please attach a mockup of what you’re trying to achieve.
Best regards,
VictoriaMay 13, 2019 at 12:25 pm #1100023I would just like to have the submenu items (as soon as you click eg. on SPORTLER, a drop down menu opens and you can see the submenu items) to have the font color #71a4de, and the background color #ffffff.
Thanks so much!May 14, 2019 at 10:27 pm #1100760Hi,
Thank you for sharing the details.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
In the below CSS snippet, please feel free to change the submenu background color “gold” to any color code of your choice. (This is an optional code you do not have to use it if you don’t want to change the submenu background color)
CSS Snippet:
/* CSS - */ /* Parent menu background color */ #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.av-active-burger-items.av-show-submenu > a { background:#e1e1e1; } /* Submenu background color */ #header li.av-active-burger-items.av-show-submenu a { background:gold; }
Best regards,
VinayMay 15, 2019 at 8:06 am #1100885Hello,
Thanks for the info – however, I added it to the child theme style.css but it didn’t have any effects on my project. No other color is showing. I cleared my cache, but no color is showing…
Also: How could you also be so kind and let me know how to change the FONT COLOR of the submenu items, not only the background color?
THANKS NoraMay 15, 2019 at 1:37 pm #1101038Hi,
The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.
I have added new CSS property to change the link color in the child theme.
Best regards,
VinayMay 15, 2019 at 3:29 pm #1101093Thanks so much!
Can you give me some advice on why my fullwidth submenu is not sticky, although I set it to sticky? I already updated the theme to the latest version, but this didn’t help.
It’s the menu on top that show SHIATSU, OSTEOPAHTIE etc. – it should stick to the top as soon as you scroll down.THANKS Nora
May 15, 2019 at 3:31 pm #1101095AND SORRY – most importantly. I have those submenu items in my burger menu eg. SPORTLER – is there a way to make SPORTLER also linkable, or is the only option to make a clone? It just looks to weird if there is the same word showing again in the submenu!
THANKS NoraMay 17, 2019 at 5:45 pm #1101898Update:
1. Is there a way to make my submenu items colored when clicked in my flyout menu AND in my fullwidth submenu. So let’s say I click on a submenu item under SPORTLER and the page loads, so this submenu item is highlighted in a different color so the user know where he’s at?
2. If I don’t show ALL submenu items right away in my flyout menu, is there a way to make the first item SPORTLER also linkable, or is the only option to make a clone? It just looks to weird if there is the same word showing again in as a submenu item!
THANKS SO MUCH.
NoraMay 20, 2019 at 7:40 pm #1102554Update:
1. Is there a way to make my submenu items colored when clicked in my flyout menu AND in my fullwidth submenu. So let’s say I click on a submenu item under SPORTLER and the page loads, so this submenu item is highlighted in a different color so the user know where he’s at?
2. If I don’t show ALL submenu items right away in my flyout menu, is there a way to make the first item SPORTLER also linkable, or is the only option to make a clone? It just looks to weird if there is the same word showing again in as a submenu item!
THANKS SO MUCH.
NoraMay 21, 2019 at 11:16 am #1102799Hi,
Can you give me some advice on why my fullwidth submenu is not sticky, although I set it to sticky?
1.) We provided a possible solution in the following thread. Please refrain from veering away from the original topic because the thread might get confusing.
// https://kriesi.at/support/topic/submenu-not-sticky/#post-1101745
– is there a way to make SPORTLER also linkable,
2.) You can only clone the parent menu item if you chose to display the sub menu items on click.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelMay 21, 2019 at 11:24 am #1102801Thanks – this is solved!
May 21, 2019 at 11:27 am #1102803Sorry, not solved!
There is one more question:
1. Is there a way to make my submenu items colored when clicked in my flyout menu AND in my fullwidth submenu. So let’s say I click on a submenu item under SPORTLER and the page loads, so this submenu item is highlighted in a different color so the user knows where he’s at?eg. Under SPORTLER you click on REGENERATION and the page loads. When clicking on the burger menu again REGENERATION has a darker background color #333333 so the user sees where he currently is in the menu?
SAME FOR THE FULLWIDTH SUBMENU?THANKS SO MUCH!
May 21, 2019 at 11:33 am #1102805Hey!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Regards,
IsmaelMay 21, 2019 at 11:38 am #1102807OK, but this is still about the flyout menu and how to add colors to submenu items. So this is actually IN RELATION TO THE TOPIC.
Should I still open a new thread?
THANKS NoraMay 25, 2019 at 9:57 pm #1104212Hi,
Please find the code for burger menu and submenu items:
Active parent and submenu on Burger Menu
/* Active burger menu links */ #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item a { color:green; } /* Active burger menu links */ #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item li.current-menu-item .avia-menu-text { color:gold; }
To highlight the active submenu please refer to the below link
Both the burger menu and submenu are separate elements so it cannot be linked with each other to highlight the menu items.
Best regards,
VinayMay 25, 2019 at 9:57 pm #1104213Hi,
Please find the code for burger menu and submenu items:
Active parent and submenu on Burger Menu
/* Active burger menu links */ #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item a { color:green; } /* Active burger menu links */ #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item li.current-menu-item .avia-menu-text { color:gold; }
To highlight the active submenu please refer to the below link
Both the burger menu and submenu are separate elements so it cannot be linked with each other to highlight the menu items.
Best regards,
VinayMay 27, 2019 at 5:42 pm #1104564I added the code you sent to the style.css of my child theme but nothing happened. It didn’t change the color.
In my burger menu, when I click on eg. REGENERATION under SPORTLER, and then view the menu again, the colors remain the same. I would have liked to show a different color so the user understands where he’s at.
THanksMay 28, 2019 at 12:43 pm #1104787I added the code you sent to the style.css of my child theme but nothing happened. It didn’t change the color.
In my burger menu, when I click on eg. REGENERATION under SPORTLER, and then view the menu again, the colors remain the same. I would have liked to show a different color so the user understands where he’s at.Also, the enfold documentation about the fullwidth submenu only shows how to add color to a fullwidth submenu on a ONE PAGEER. My fullwidth submenu is not on a one-page site.
AND: On mobile the fullwidth submenu needs to show a clone in order to work properly? If so, how can I set showing a clone ONLY ON MOBILE, because on Desktop it works fine as is.
THanksMay 31, 2019 at 3:47 am #1105550Hi,
We added this css code at the very top of the Quick CSS field.
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul .current-menu-parent > a { color: red !important; }
Please adjust the color value and don’t forget to remove the browser cache prior to checking the page.
Best regards,
IsmaelMay 31, 2019 at 11:30 am #1105649Thanks, that works fine.
And how do I set the fullwidht submenu colors to a different color when active?
The enfold documentation about the fullwidth submenu only shows how to add color to a fullwidth submenu on a ONE PAGEER. My fullwidth submenu is not on a one-page site.AND: On mobile the fullwidth submenu needs to show a clone in order to work properly? If so, how can I set showing a clone ONLY ON MOBILE, because on Desktop it works fine as is.
THanksMay 31, 2019 at 11:37 am #1105654Ok, you can close this one and I open an new thread for my remaining issue.
THANKS NoraMay 31, 2019 at 4:06 pm #1105726Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘flyout menu coloring’ is closed to new replies.