Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #284213

    Hi. I’d like to position the header logo slightly more to the left by about 10px to 20px or so without affecting the navigation menu items positioning. How would I do this? I’m including a (private) link to a screenshot for reference purposes. Thanks.

    #284216

    Hey killyman!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .logo {
    margin-left: -10px;
    }

    If that does not work, please post the link to your website

    Best regards,
    Yigit

    #284254

    Perfect! Thanks so much!

    One more quick question. What CSS snippet controls the color of the underline that appears when you mouse over the primary navigation menu items in the header area?

    #284296

    Hey!

    You are welcome :)
    Following selector does

    .header_color .avia-menu-fx {
    background-color: purple;
    }

    Best regards,
    Yigit

    #284395
    This reply has been marked as private.
    #284499

    Hi!

    Please add following code to Quick CSS as well

    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: green;
    }

    Cheers!
    Yigit

    #284802

    Great! Thanks again!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold Logo Positioning using CSS’ is closed to new replies.