header transparency

  • Author
    Posts
  • #2081

    happyaj
    Participant

    Hi,

    Is it possible to change the header transparency to 0?

    Thank you!

    #2083

    Andrew Misplon
    Keymaster

    Hi happyaj

    Thanks so much for your support.

    The stick header opacity can be set from Appearance > Theme Settings > Header > Sticky Header Opacity.

    To change the header opacity in it’s starting position, we’ll need to use a little CSS. If you’re not yet using a Custom CSS plugin, install: https://wordpress.org/plugins/so-css. Then go to Appearance > Custom CSS and insert:

    /* Header */
    
    .site-header {
      background: none !important;
    }

    Let me know how this goes. We’ll adjust if it’s not right.

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

You must be logged in to reply to this topic.

Scroll to top