[Support request] All menu link highlighted – one page site

Home Forums Support [Support request] All menu link highlighted – one page site

Home Forums Support All menu link highlighted – one page site

Viewing 16 post (of 16 total)
  • Author
    Posts
  • #406687
    Tom
    Lead Developer
    Lead Developer

    Try changing it to this:

    .rtl.home .main-navigation:not(.is_stuck) .main-nav ul li[class*="current-menu-"] > a {
    	color: #3f3f3f;
    	background-color: rgba(248,249,250,0.8);
    }
    
    .rtl.home .main-navigation:not(.is_stuck) .main-nav ul li[class*="current-menu-"] > a:hover {
    	color: #ffffff;
    	background-color: #760213;
    }
Viewing 16 post (of 16 total)
  • You must be logged in to reply to this topic.