help image with transparecy??

Hi!

I'm working on a website and I've noticed that when I replace images, they interrupt the header background. It seems as if the image has transparency, but it doesn't.

I've tried to find some option that's causing it but I can't find it.

I even uploaded a .jpg image, and it still looks like it has some transparency.

I used the theme (Carpenter 4) as a base.


website:

https://mventurahosting.com/etxera/griferia/

Comments

  • Update!

    I've found what's causing transparency in images with the subheader.

    There's a relative position function that's affecting the image.

    #Header_wrapper {

     position: relative;

    }


    Is there an option inside Betheme that can change it through the interface or does it have to be modified using CSS?

  • Also i have to change #subheader position to work.


    #Subheader {

     background-color: rgba(0,0,0,.02);

     background-position: center top;

     background-repeat: no-repeat;

     padding: 30px 0;

     position: relative;

  • Hi,

    So you achieved everything you needed?

    Can I help you with anything else?


    Best regards

Sign In or Register to comment.