Hi
How to change the SPACE between the horizontal line and menu when hovering it.
Kind regards,
Folkert
Hi fvdwei!
Hmm, not sure I understand. Can you take a screenshot highlighting what your trying to do?
Best regards,
Elliott
Let me know if you need to know more. It’s about the space between the horizontal line underneath a menuitem.
regards Folkert
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .av_header_transparency .avia-menu-fx {
bottom: 40%;
}
Best regards,
Yigit
Awesome! thanks.
Actually i do have another question about this site… Is it posible to set an opacity to the background of the testimonials?
Hi,
Try setting the background using something like this in Quick CSS instead:
.home #av_section_5 .av_one_third {
background: rgba(0, 0, 0, 0.6) !important;
}
Regards,
Rikard
Superb! Magnificant! Awesome! Cool!
Thanks!
Case closed.