Hi support,
Is it possible to make the same menu arrow for dropdown as shown here: https://gabbybernstein.com/ ?
And how is it done, that the font color changes between white (no scrolling) and black (scrolling)?
And how to make a menu in both right and left side?
Thanks :-)
Hey OKEI,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
https://saratorvallbach.com/home/
For now let’s drop the split of the menu.
I still need help for the arrow and the changing of font-color when scrolling.
Thanks :-)
Hi OKEI,
You should be able to set the color of the menu in the theme options and for scrolling in the header transparency options.
And I see the arrow there, did you get it working?
Best regards,
Victoria
Super – I will use the mentioned options for scrolling.
I need the exact arrow as on https://gabbybernstein.com/.
I have downloaded the arrow from the website in both a white and blank version.
Thanks :-)
Hi,
Please try the following css code.
.avia-menu-text:after {
background: url(/img/icon-menuarrow-dark.png) center top no-repeat;
}
.avia-menu-text:after {
content: '';
color: #333;
width: 10px;
height: 6px;
position: absolute;
top: 6px;
right: 0px;
display: inline-block;
background: url(/img/icon-menuarrow.png) center top no-repeat;
}
Best regards,
Ismael
Thanks for helping.
I tried your solution, Ismael, but it didn’t look right, so I installed “Better Font Awesome” to do the job.
You can close it now.
Hi,
Glad that you found a workaround. Thanks for using Enfold.
Best regards,
Nikko