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

    Hi I am trying to raise the decorative menu line up by 10px and override the theme colour. I have tried this which has worked before on other Enfold sites but not on this one.

    #top #header_main_alternate {
        background-color: #ffffff !important;
        padding-bottom: 10px !important;
    }

    Site: http://s746132929.websitehome.co.uk/

    #990810

    Hey fanlokbun,

    You want to adjust the header color? And do you mean the line under the menu links?

    Best regards,
    Jordan Shannon

    #990817

    The line under the links

    #990821

    Hi,

    Add this to quick css:

    #top #header_main > .container .main_menu .av-main-nav > li > a{
    height:130px!important;
    }

    Best regards,
    Jordan Shannon

    #990823

    It works but makes the whole nav thinner is there a way of getting the css that targets the small line so I can adjust colour, position, height and width.
    Thanks

    #990824

    Hi,

    Use this instead:

    .avia-menu-fx{
    bottom:10px!important;
    }

    Best regards,
    Jordan Shannon

    #990825

    Perfect! Thanks Jordan.

    #990830

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Colour and padding for menu decoration line’ is closed to new replies.