Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #323077
    Juan Veloz
    Participant

    Hi i am currenly migrating a site from wix to wordpress, after different answers from this forum i am still unable to put a transparent header like this:

    https://mumarsoluciones.wixsite.com/mumarsolucionesing

    this is my wordpress site:

    https://velozcorp.com/

    i would like to put the header like it is in the wix site, thanks a lot.

     

    #323135
    tikaram
    Keymaster

    @juan-veloz : Please try adding the following additional css on your site and let me know.

    header > .wp-block-group > .wp-block-group {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9;
    }
    .entry-content.wp-block-post-content > .wp-block-cover {
      padding-top: 140px;
    }

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to put my header transparent’ is closed to new replies.