Make the header transparent

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1817552

    Hi, I’m currently using Booklium.
    In the “Menu top, wide” version, is there any way to make the header transparent? I don’t have version 1.5.0. Does version 2 have this feature?

    #1817553

    Hi, I’m currently using Booklium.
    In the “Menu top, wide” version, is there any way to make the header transparent? I don’t have version 1.5.0. Does version 2 have this feature?

    #1819264

    Hi Jose,
    There is no such option yet. You can apply custom CSS styles to adjust the design of the different parts of the theme. For example, you may try adding the style below at Appearance > Customize > Additional CSS:

    body.site-boxed .site-header, body.site-wide .site-header {
        position: absolute;
        height: 100px;
        border: 0;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.