Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #905263

    Hello,
    I had this fixed and now can’t find the right code.
    Two things are needed.
    1) Align the right hand edge of the full-width submenu with the right hand edge of the main menu as seen on the page linked in the private content box.
    2) Colors and fonts need to match in both.
    3) I don’t know if this is possible or not, but would love to have a highlighted color stay on for “Our Services” on the main menu when the pages below it in the hierarchy are selected.

    • This topic was modified 7 years, 3 months ago by hobie690. Reason: Forgot to check the "notify me" box
    #906024

    Hey hobie690,

    Thank you for using Enfold.

    1.) Please use the following css code to adjust the alignment of the full width sub menu.

    #top .av-submenu-container .container {
        padding: 0 50px !important;
    }

    2.) Adjust the color with this code.

    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
        background-color: #ffffff;
        color: #383838;
    }

    3.) I’m sorry but that’s not possible because the fullwidth sub menu element doesn’t recognize page hierarchy.

    Best regards,
    Ismael

    #907156

    Thank you!!

    #907229

    Hi,

    Glad we could help, please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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