• I am new to this so the answer may be obvious. I am trying to remove the picture, bg.jpeg from my posts and pages and I am not sure how to do this or how I might replace it with a picture that is relevant to my page. I am also trying to remove the transparent background from the header menu as it does not look good on the mobile view. Can you provide me the custom CSS to do this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi
    Thanks for contacting to us.
    To change header image on post and page add the below css code inside the Appearance >> header setting >> additional css box.

    .page-mycarousel {
        background: url(https://maremmasheepdogclub.org/wp-content/uploads/2022/03/Fall-04-037-1-1.jpg) ! important;
    	padding:180px 0;
    }
    .page-mycarousel img {
        display: none;
    }

    Change background url value as your need.
    Let me know for any confusion.
    Thanks

    Hi
    Did the above solution work for you?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove header picture on menu pages’ is closed to new replies.