• I am trying to make the header transparent so only the text shows over the background image without a box around it and not meeting with success.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author MD.Muslim

    (@muslim11)

    Hi Robert Dinse,

    You can make the header transparent by using custom CSS.

    Please go to Appearance → Customize → Additional CSS and add the following code:

    .site-header {
    background: transparent !important;
    box-shadow: none !important;
    }

    If it does not work, please use your browser’s developer tools to inspect the header section and find the correct class name, then adjust the CSS selector accordingly.

    Also, check if any background color is set in the theme options.

    Let me know if it works.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.