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

    Hi all!

    Please take a look at the widget navigation i’ve styled that reads “websites, print collateral, logos custom designs”. I’m trying to make it so that the current page item (websites) has an active border underneath it but can’t figure out how to do this with the css. I think i’m targeting the wrong thing. Could someone please assist with this? Thank you in advance!

    #961848

    Hey bobfurgo,

    Add this to quick css:

    #menu-browse-designs #menu-item-192 a{
        border-bottom: 3px solid black !important;
    }

    Best regards,
    Jordan Shannon

    #961850

    Hi Jordan! Thanks for the quick reply. I actually would like the black border to show on the active menu item. So when you click on another tab and it directs you to that page (print collateral for example) the black bar would then show underneath the print collateral menu item. Hope that makes sense. Thanks!

    #961855

    Hi,

    I see. Adjust to this:

    #menu-browse-designs .current-menu-item a{
        border-bottom: 3px solid black !important;
    }

    Best regards,
    Jordan Shannon

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