Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #363774

    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

    #364182

    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

    #364258

    Thank you Elliot, works :), best, AB

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Top drop down menu – position & style’ is closed to new replies.