Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #415415

    Hi Enfold team,

    Thank you in advance for your fantastic support.

    I have one customization at the menu that I try to achieve with no success.

    Here is the desired results that I would like to make: http://d.pr/i/1fn2I
    On current menu item I would like to see a button (orange background with white text).

    I tried many different combination of the menu item style (default/colored/bordered) but none of them gave me the desired appearance. One problem I had is that when I navigate to the sub-pages, the top level menu didn’t show the button style.

    Any change you can help me with it?
    Thanks a lot!
    Vivo

    P.s. I’m sending the credentials in the next private note

    #415417
    This reply has been marked as private.
    #415706

    Hey!

    Thank you for using Enfold.

    Set the menu item style to “Button Style” then add this to the Quick CSS field to change the button color:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
      background: orange;
      border-color: black;
    }

    Best regards,
    Ismael

    #415776

    Thank you very much Ismael.
    It works just perfect :)
    I appreciate your excellent support!
    Vivo

    #416217

    Hi!

    Great, glad we could help :)

    Regards,
    Rikard

    #416234

    Thank you Rikard!

    If I may open this ticket and ask for your help for a tiny modification.
    I found it most easily to explain what I’m looking for in this short movie (http://d.pr/v/1a5D4)

    Thanks SO much in advance!
    Vivo

    #416636

    Hi Vivo!

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

    .av-main-nav li.current_page_ancestor > a > .avia-menu-text {
      background-color: #dd9933;
      color: white;
      padding: 6px;
      border-radius: 5px;
    }

    Regards,
    Yigit

    • This reply was modified 9 years, 5 months ago by Yigit.
    #416927

    Hi Yigit,

    Thank you SO much! It works perfect!
    I have only additional minor adjustment that I would like to apply If possible.

    I’ve made this short movie that explains what I’m looking for:
    http://d.pr/v/12MfW

    Thanks SO much in advance :)
    Vivo

    #417259

    Hi!

    Please review your website now. I changed the code to following one

    .av-main-nav li.current_page_ancestor > a > .avia-menu-text,.av-main-nav li.current-page-ancestor > a > .avia-menu-text {
      background-color: #dd9933 !important;
      color: white !important;
      padding: 6px !important;
      border-radius: 5px !important;
    }

    Cheers!
    Yigit

    • This reply was modified 9 years, 5 months ago by Yigit.
    #417575

    Hi Yigit,

    Thank you SO much for helping me setting the menu appearance.
    It is almost perfect :)

    I only have a small minor glitch that I demonstrate in this short movie.
    would you be able to look at it?

    http://d.pr/v/17EPD

    Just to emphasise how much I appreciate your dedicated support!
    Cheers!
    Vivo

    #417965

    Hi!

    I have adjusted the code in Quick CSS field. Please review your website now

    .av-main-nav li.current_page_ancestor > a > .avia-menu-text,.av-main-nav li.current-page-ancestor > a > .avia-menu-text {
      background-color: #dd9933 !important;
      color: white !important;
      padding: 6px !important;
      border-radius: 5px !important;
    }
    .sub-menu li.current-page-ancestor > a > .avia-menu-text {
      background-color: inherit!important;
      color: #dd9933!important;
      padding: 0!important;
    }
    #top .av-subnav-menu > li.current-menu-item > a {
      background: #dd9933;
      color: white;
    }

    Best regards,
    Yigit

    #418340

    You are my hero Yigit! Thanks a million!!!! Toda Raba :))

    #418653

    Shalom!

    Bevakasha :)

    Cheers!
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Changing Menu style’ is closed to new replies.