Tagged: 

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

    Hi, I’m trying to make my nav background colour change on the active page. I have used the following code but it doesn’t seem to be working.. Any ideas?

    It seems to work for the home page though.

    .current-menu-item > a {
    background: #009640 !important;
    }

    #721061

    Hey johnosjourney,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .current_page_item {
      background:gold;	
    }
    

    Best regards,
    Vinay

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