problem with "light style" header

Home Forums Jevelin Theme problem with "light style" header

Home Forums Jevelin Theme problem with "light style" header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • giorgino84
    Participant

    I would like my header to be transparent. I chose the “light style” option in page settings but the header is white.

    Solution for this topic

    Hi @giorgino84,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .home #content > .fw-page-builder-content > .sh-section {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

    giorgino84
    Participant

    solved! thank you 🙂

    You are most welcome here 🙂

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