[Resolved] Elements Submenu Feature Request

Home Forums Support [Resolved] Elements Submenu Feature Request

Home Forums Support Elements Submenu Feature Request

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #1022442
    Markus

    Tom,

    nice tweak with “page-id-xxx”. Did not notice this before.
    But the transparent background is fine, I need to style the text color.

    Found out, this is working:

    'page-id-106 .main-nav ul ul li a:any-link {
    	color: #030303;
    }
    .page-id-106 .main-nav ul ul li[class*="current-menu-"] a:any-link {
    	color: #030303;
    }

    Thank you for the hint.

    #1022717
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working 🙂

    #1022728
    Markus

    Because this is kind of a workaround, I still support the feature request.
    🥺

    #1023477
    Markus

    Just in case someone finds this helpful: the CSS above also changes the off canvas menu.
    If you want to exclude the slideout menu, try this:

    .page-id-xxx .main-nav ul:not(.slideout-menu) ul li a:any-link {
    	color: #030303;
    }
    .page-id-xxx .main-nav ul:not(.slideout-menu) ul li[class*="current-menu-"] a:any-link {
    	color: #030303;
    }
Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.