• Hello,

    I tried to fix this myself and I had succeeded but now the images are back. I would like to remove the default image (the hand with a pen and two coffee mugs) that is covering the word “Research” and instead just display “Research”. How do I do this? Would like to do it for all pages except the home page.

    Best
    Naveen

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author themepalace

    (@themepalace)

    Hello @navkumg

    Use this CSS code in customizer > Additional Css

    #banner-image {
    background-image: none !important;
    padding: 40px 0;
    background-color: #333;
    }

    Thanks
    Theme Palace

    Thread Starter navkumg

    (@navkumg)

    Got it. I went to the actual CSS code and added the image none option but the difficulty was in finding it and then seeing if it was working. It worked. Thank you!

    Thread Starter navkumg

    (@navkumg)

    Hello,

    Thanks for the code again, it worked.I have follow up question.
    I see that the code above removes the banner and replaces with a plain with the suggested color filling. Is there way to completely remove the header for the sheet?

    For example, in the same link as above, I want to remove “RESEARCH” that appears as a header in the box. Can I do that?

    Theme Author themepalace

    (@themepalace)

    Hello @navkumg,
    Replace this CSS code in customizer > Additional Css
    #banner-image{
    display:none;
    }

    Thanks
    Theme Palace

    Thread Starter navkumg

    (@navkumg)

    That worked. muchas gracias!

    Last question: Is there a way to make the footer on the home page always appear at the end of the screen? If you go to the home page, you will see that the footer is a little bit above and not really attached to the bottom of the screen. Can I change this to adjust to the bottom of the screen depending on the device?

    Naveen

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing image behind the header in each page’ is closed to new replies.