-
AuthorPosts
-
August 20, 2019 at 5:58 pm #1129278
Hi Enfold support,
From the Content Elements, I dragged a Fullwidth Sub Menu item and then chose the option: Build simple custom menu
I added the entries and for one of those entries I changed they Style to: Button Style (Colored)
I added a Custom CSS class for that Fullwidth sub menu item called: sub-menu-localI’m trying to change the entry with a Button Style (Colored) – Specifically I want to change the border-radius.
Edit: I also want to change the text color to #6b6868, but only for the entries that are not “Button Style (Colored)”
Can you please help me accomplish this?-
This topic was modified 6 years, 2 months ago by
hobeja7. Reason: Need to update something else in the same element
August 21, 2019 at 6:52 am #1129462Hey hobeja7,
Please try the following in Quick CSS under Enfold->General Styling:
#av-custom-submenu-1 li .avia-menu-text { color:#6b6868; } #av-custom-submenu-1 li.av-menu-button-colored .avia-menu-text { color:#fff; } #av-custom-submenu-1 li.av-menu-button-colored { border-radius:10px; }Best regards,
RikardAugust 21, 2019 at 7:10 am #1129473Thanks, Rikard,
The code to change the text color worked great.
The border-radius didn’t change. I tried with pixels and percentages. Another suggestion?
August 21, 2019 at 8:58 am #1129494Hi hobeja7,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .main_color .av-menu-button-colored>a .avia-menu-text { border-radius:10px; }If you need further assistance please let us know.
Best regards,
VictoriaAugust 21, 2019 at 7:33 pm #1129702Thank you, Victoria.
This code worked in the Quick CSS section.
You guys are the best!
August 21, 2019 at 9:40 pm #1129773Hi hobeja7,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
This topic was modified 6 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
