Header Styling

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20947
    winsome1
    Member

    How to make main menu transparent and changing the color of sticky menu other than main menu bar

    #20966
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #primary-menu > ul.menu > li > a {
        color: transparent;
    }
    #header.sticky #primary-menu > ul.menu > li > a {
        color: #ddd;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.