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

    Hello, I’d like for the current menu item to have a red line underneath it and i’m having troubles finding the css class for the current menu item on my website. Could someone help me locate the css class for the active page menu item? Thanks in advance.

    #893604

    Hey bobfurgo,

    You should be able to use this selector:

    #avia-menu .current_page_item {
     Your CSS
    }

    Best regards,
    Rikard

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