Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #252599

    Hello. I installed Enfold and this is what I got in the header:

    https://www.dropbox.com/s/gxy9juz6x4lvag0/Screenshot%202014-04-17%2011.29.17.png

    I am not seeing the cool looking horizontal curly bracket below the active page (Contact).

    What am I doing wrong?

    Okay, I got it working. I had to create a new menu and use that instead of the default auto generated one.

    Now I have a new problem. When displaying a sub page, the Enfold menu does not highlight the parent page in the top menu.

    https://www.dropbox.com/s/sflkuqhwbxkk4w0/Screenshot%202014-04-17%2013.35.56.png

    https://www.dropbox.com/s/2eiinbzl1fuldm2/Screenshot%202014-04-17%2013.36.03.png

    Okay. I have fixed this myself finally.

    In custom.css, add the following lines:

    /* Make sure the line is visible when sub page is active */
    
    #top .av-main-nav .current-page-ancestor .avia-menu-fx {
    	opacity: 1;
    	visibility: visible;
    }
    
    /* Make sure the arrow is visible when sub page is active */
    
    #top .av-main-nav .current-page-ancestor .avia-menu-fx > * {
    	display: block;
    }
    • This topic was modified 11 years, 3 months ago by RasmusA.
    #252821

    Hi RasmusA!

    Glad you figured it out! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Cool underline in header links’ is closed to new replies.