• Is it possible to make the “Center” styled header transparent on the home page only?
    I have searched for a bit but can′t seem to find an answer.

    Thanks a lot!

Viewing 1 replies (of 1 total)
  • Hello,

    Try to add the below code to the Customize > Custom CSS section to do it –

    .home header#site-header {
        position: absolute;
        background-color: transparent;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Transparent background on “Center” styled header’ is closed to new replies.