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

    Hi,

    I’m trying to get the menu underlines to look like the attached, but without borders. Is there a default setting I can use, or will I need to use custom CSS? http://screencast.com/t/Tsb8pGCx1

    Thanks

    #707975

    Hey philthebass!

    Please go to Enfold theme options > Header and choose “default” in “Header Style”

    Cheers!
    Yigit

    #708848

    Thanks Yigit,

    I’ve set the header style to default but the mouseover selected state (the white line beneath the menu item) should sit just below it

    http://screencast.com/t/Tsb8pGCx1

    right now it’s looking like this

    http://screencast.com/t/merbj90dEH

    Thanks

    Phil

    #709018

    Hi Phil,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #709166

    Hi Rikard,

    #709169

    Hi!

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

    .avia-menu-fx {
        bottom: 20px;
        width: 80%;
        left: 10%;
    }

    Best regards,
    Yigit

    #709177

    Thanks Yigit. That did the job :-)

    Can we adjust the thickness of the underscore as well?

    Thanks

    Phil

    #709183

    Hi,

    Yes, we can! However it seems like you have already figured it out and used the code as following

    .avia-menu-fx {
        bottom: 20px;
        width: 80%;
        left: 10%;
        height: 5px; 
    }

    :)

    Best regards,
    Yigit

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