-
AuthorPosts
-
October 24, 2019 at 6:11 pm #1150960
Hi, I’m creating a website with Enfold theme.
The site link is as follows: https://kaistudiotest.it
I would like to make some changes to the menu.
I would like the background of the menu and sub-menu to be transparent with a white font at the beginning.
After an 80 / 100px scroll I would like the menu and sub-menu background to turn white with a black font. It’s possible?
ThanksOctober 27, 2019 at 11:14 am #1151501Hey kaskonauta,
You have some code in the Quick css that makes it difficult to adjust.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaOctober 27, 2019 at 2:30 pm #1151568Thanks, kind regards
- This reply was modified 5 years, 1 month ago by Nikko. Reason: security purposes
October 27, 2019 at 2:51 pm #1151569I would also like to remove the white border of the submenu.
ThanksOctober 28, 2019 at 3:59 am #1151651Hi kaskonauta,
I have added this css code in your Quick CSS:
#top .av-main-nav ul a { border: none; } #top #avia-menu .sub-menu { background-color: white !important; } #top .av_header_transparency #avia-menu .sub-menu { background-color: rgba(255,255,255,0.12) !important; } #top #wrap_all #avia-menu .sub-menu > li > a { color: black; } #top #wrap_all .av_header_transparency #avia-menu .sub-menu > li > a { color: white; }
In Enfold > Performance, I have disabled css minification and merging since the changes wasn’t taking effect and a cached version of the css is used.
Best regards,
NikkoNovember 1, 2019 at 10:59 pm #1153152I would like the submenu to turn white at the same time as the menu turns white.
It’s possible?
Thanks
Kinds regardsNovember 1, 2019 at 11:06 pm #1153153I would like the border of the “BOOK NOW” button in the menu to be 1px like the other buttons.
It’s possible?
Thanks
Kinds regardsNovember 3, 2019 at 11:12 pm #1153578Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */ #header li.av-menu-button.av-menu-button-bordered a span { border-width: 1px !important; }
Best regards,
VinayNovember 4, 2019 at 4:06 am #1153589I would like the submenu to turn white at the same time as the menu turns white.
It’s possible?
Thanks
Kinds regardsNovember 4, 2019 at 8:44 am #1153640Hi,
Thank you for your question.
I checked your site and the submenu already appears to be white.
You might find the below link useful :)
Let us know if you have any questions.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.