Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #972259

    Hi there,
    I have active the Header > Extra Elements > Heade Phone Number/Extra info to “display in top bar at the right” and it appear the flags at the left side.
    Could it be possible to show them at the right side?
    thanks!

    #972662

    Hey inaudit,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_meta .sub_menu {
      float:right;
    }

    Best regards,
    Rikard

    #972947

    Great rikard!

    thanks you!

    #973145

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #973385

    Hi Rikard,

    yes, another question :)
    I’d like the fullwidth sub menu that when the link is active is with another color, is it possible? page in private
    thanks!

    #973985

    Hi inaudit,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av-custom-submenu-1 .menu-item:hover a {
        color: red;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #977331

    ok thank you!

    #977472

    Hi inaudit,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.