Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #617085

    Hello. I have a custom active state for one of my widget menus that is also being applied to my footer widget navigation on the homepage ( but only on the homepage for some reason) which I do not want. I created a custom ID (#portfoliocontainer) but the active state is still showing on both navigations. Could someone please help me with how I can isolate the active state to the widget nav that is on the “goettsch partners” page?

    #619064

    Hey!

    Change your code to:

    #portfolionavcontainer .widget_nav_menu ul:first-child>.current-menu-item>a{
      border-left: 3px solid #a87a34 !important;
      color:#a87a34 !important;
      background: none !important;
      font-weight: normal !important;
      padding-left: 15px !important;
    }

    Best regards,
    Josue

    #619321

    Worked great! You’re amazing Jose! Thank you so much.

    #619715

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘widget navigation active item’ is closed to new replies.