Okay
  Public Ticket #2459945
Mango Transparant Menu
Closed

Comments

  • Ahmad started the conversation

    I've just purchased the Mango theme. I have made the header sticky on the HOME page that contains an image spanning the entire height of the page. How do I made the menu transparent for that page (instead of the white background)?

  •  867
    Neuron replied

    Hi Ahmad,

    Please add the following style to Appearance > Customize > Custom CSS

    .home header {
        background-color: transparent;
    }

    Feel free to ask anything you need.

    Kind Regards



  •   Ahmad replied privately
  •  867
    Neuron replied

    Hi Ahmad,

    That happened because the header is static and not absolute if u want it to look like this you need to add the following style CSS to Appearance > Customize > Additional CSS.

    -https://prnt.sc/tb02if

    header {
        position: absolute;
        left: 0;
        right: 0;
    }
    

    Feel free to ask anything you need.

    Kind Regards


  •   Ahmad replied privately
  •  867
    Neuron replied

    Hi Ahmad,

    Please add the following style in Appearance > Customize > Additional CSS, it will fix it.

    footer {
        background-color: #e3e3e345;
    }

    Feel free to ask anything you need.

    Kind Regards