• Resolved cfrobw

    (@cfrobw)


    Hello

    I’m using Powen Lite theme on my site chinesehealthspa.jhost.org

    How can I make the header, slider area (where no slide exists) and content areas transparent?

    Also, how if I need to change it, how can I make the content area semi-transparent?

    Thanks for your assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Mahvash Fatima

    (@mahvash-fatima)

    Hello,

    The theme does not have this option but you can make the header transparent by simply following the below steps.

    • Navigate to WordPress Dashboard > Appearance > Customize > Custom CSS
    • Add the following code into the CSS textarea
    .site-header {
        background-color: transparent;
    }
    • Click “Save & Publish”

    You can make the header semi transparent by simply replacing the above code with the following code

    .site-header {
        background-color: rgba(0, 0, 0, 0.6);
    }
    Thread Starter cfrobw

    (@cfrobw)

    Thanks! It worked as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Transparent and Semi-Transparent’ is closed to new replies.