Home Forums Basel support forum Toggle Opacity in Website Header

Toggle Opacity in Website Header

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

    lionsoul
    Participant

    In website header, I would like to modify the opacity so that the header has some transparency, much like the header on this site actually. How would I do this, if it’s possible?

    #2467

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting us.

    Could you please provide us your web-site link and color you want to set for your header? We will prepare a custom code snippet that will help you to achieve this.

    Regards

    #10817

    Adam
    Participant

    Hello, I have the same question. I have been struggling with the header for a few days. I would like to make the header transparent or partially transparent while keeping to Top Bar.

    #10831

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    Here is a code snippet that you may add to the Custom CSS section in your Theme Settings to make your header red and half transparent

    .main-header {
    	background: rgba(255,0,0,0.3);
    }

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)