• Resolved kipds

    (@kipds)


    Hello,

    I started my first website and decided to use Hashone. I am very happy with the theme design but am having trouble with one thing.

    There is a pattern overlay on the header background images in the home slider; I don’t know where it comes from but need it removed so that my images appear nice and clean without the overlay. Could you please help me?

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello Kipds,

    Add the following custom CSS code to do that

    .hs-slide-overlay{
    display:none;
    }

    Let me know if you need help with anything else!

    Thread Starter kipds

    (@kipds)

    Hello Poonam Namdev,

    Thank you for your reply! I actually don’t know how to code or where to follow your instructions without messing up the rest of the site.
    Could you please explain with further steps?

    Thank you very much!

    Login to your WordPress dashboard and go to Apperance -> customize -> Additional CSS
    Add the below code here.

    .hs-slide-overlay{
    display:none;
    }

    click on Save button.
    That’s it.

    Let me know if you need help with anything else!

    Thread Starter kipds

    (@kipds)

    Thank you!! It worked for the homepage.

    Unfortunately it still shows on the header of the other pages.

    I appreciate your help so much

    Add this too using previous method.

    .hs-main-header:after, .slide-banner-overlay {
        display: none;
    }
    Thread Starter kipds

    (@kipds)

    Thank you so very much!! It worked on all pages! ??

    Glad to know that ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Pattern overlay on header background’ is closed to new replies.