Help – Trying to make the menu transparent

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support Help – Trying to make the menu transparent

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17975
    pdelaroza
    Participant

    I want to do 2 things

    1. Make the menu when the page loads transparent similar to your Wired theme.

    2.Then when you start to scroll it becomes a blue color.

    Can you help please?

    thanks

    #17981
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    #header {
        background: transparent;
        box-shadow: none;
    }
    #header-spacer {
        display: none;
    }
    #header.sticky {
        background: #1C39BB;
    }
    
    #17989
    pdelaroza
    Participant
    This reply has been marked as private.
    #17998
    Veena
    Moderator

    Can you pls share a link to your site?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.