Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1013707

    Hi

    I have tried various things and also looked at this blog https://kriesi.at/support/topic/highlight-active-menu-in-fullwidth-submenu/?login_error with answer September 11, 2017 at 9:09 pm #850669 but I can not fix the issue on my end.

    When I click on the menu link in the full width submenu created in the avia builder the color is not changing.
    How can I make sure that the color is changes in the fullwidht menu when the link is selected to show aktive page?

    (select as example “Gartenbau”

    Thanks in advance
    Tony

    #1013820

    Hey tonyplanet,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #menu-dienstleistungen .current-menu-item {
          border-bottom: 1px solid #666;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1014165

    Hi Victoria

    Great! This works with underline border.
    How can I change the color of the font for the current-menu-item?

    Best regards
    Tony

    #1014360

    Hi Tony,

    Oh, sorry, I missed that part.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #menu-dienstleistungen .current-menu-item .avia-menu-text {
          color: red;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1014749

    Great! All works now

    Many thanks
    Tony

    #1014849

    Hi Tony,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1022237

    Hi Victoria

    I respond to this post since I upgraded to enfold theme version 4.5. Since I upgraded the theme the fullwidth menu is no longer working at all.
    In details it means the links are not working. However if I go to the menu at the bottom with the same menu items (same menu within WP) the links work as normal.

    I upgraded the them in uploading the theme via ftp. It also shows within wordpress in the update section that the parent theme is 4.5. I did not change anything in the child theme I use.

    Is there anything I need to do in addition to make this working again?

    Best regards
    Tony

    #1022545

    Hi Tony,

    Sorry for the problem, we’ve had other reports about that element but we’re unsure what is causing it at the moment. Did you try to recreate it to see if that helps? If not then please post admin login details in private so that we can have a closer look. Also please point out where we can see the element in question.

    Best regards,
    Rikard

    #1022700

    Hi Rikard

    Victoria provided me in another Ticket the link for the solution. I just added:

    #sub_menu1 {
    z-index: 301;
    }

    As per link:

    And it solved the problem. See also

    A bit strange that with this css entry it solves the issue, however it did. But something must have changed in theme 4.5

    best regards
    Tony

    #1022753
    This reply has been marked as private.
    #1022880

    Hey Af,

    Thanks for sharing your solution.

    Best regards,
    Jordan Shannon

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