Hello,
I can’t find where to change the position of the top drop down menu – the drop down is aligned to the right and not under the Link.
Further I’d like to change color of the font, background and font size, can you send me the css code please.
Thank you in advance,
best, AB
Hey anma!
By default the dropdowns will be aligned flush to the left side of the link. If you want to move them around then you can try some CSS like so.
.menu > li > .sub-menu { left: auto !important; right: 0px !important; }
You can edit the font, size, and background in Dashboard > Enfold > Advanced Styling.
Best regards,
Elliott
Thank you Elliot, works :), best, AB