Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #421036

    I was wondering, is there a way to choose button style “Bordered” for my menu style, but have it behave just like the default style?, i.e. the bordered style would only show up on the current menu item as well as a menu item on hover….

    Let me know. Thank you!

    #421198

    Hi Eleina_Shinn!

    Please post a screenshot and show the changes you would like to make so we can provide you more accurate solution. A link to your website would help as well :)

    Regards,
    Yigit

    #421419
    This reply has been marked as private.
    #421420

    Hey!

    You can upload your screenshots on imgur.com or Dropbox public folder and post them here :)

    Best regards,
    Yigit

    #421425
    This reply has been marked as private.
    #422256

    Hi!

    to change hover color:

    #top #header .av-main-nav > li > a:hover .avia-menu-text, #top #header .av-main-nav > li > a:hover .avia-menu-subtext {
    background: red;
    }
    

    to change current page menu color:

    #top #header .av-main-nav > li.current-menu-item > a .avia-menu-text, #top #header .av-main-nav > li.current-page-item > a .avia-menu-subtext {
    background: green;
    }
    

    You might need to clear browser cache.

    Hope this helps.

    Regards,
    Andy

    #423161
    This reply has been marked as private.
    #423186

    One more thing: I moved the sub-menu up higher beneath the main menu – because lining up with slider is too low, and looked awkward – but when you scroll doen with sticky header, it then overlaps main menu item…. how could I fix that?

    This is the css I used to move the sub menu up higher:
    .av-main-nav ul {margin-top: -45px; }

    and I ususally use.avia-menu-fx { bottom: 20px; } to fix the scrolling problem, but with this bordered button look, it didn’t work …
    thank you!

    #423988

    Hi!

    1. + 2. Go ahead and take a screenshot and highlight the changes your trying to do and we’ll give you some CSS to use.

    3. Add this.

    .header-scrolled .av-main-nav ul { margin-top: 0px !important; }
    

    Cheers!
    Elliott

    #424927

    Okay, thank you Elliott…. it’s looking great now, and I’m keeping notes :)

    Thank you for such wonderful support; I really don’t want to use any other theme from this point forward….

    #425121

    Hi!

    Great, glad we could help. Please let us know if you have any more questions or problems.

    Best regards,
    Rikard

    #1233094

    I’m looking to create this same effect, however I can’t seem to get the menu bar border color to be transparent. I’ve got the background color and border color working on the active page and on hover but I can’t seem to display none of the bordered white color on the entire live menu.

    #1233095
    This reply has been marked as private.
    #1233109

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1233589

    All good, you can close, thank you!

    #1233593

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘MENU / Button Style (Bordered) – only on Hover and Current Menu Item? Like you’ is closed to new replies.