Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Transparent Header Bar #246900
    Pferdi
    Participant

    Hi Skandha,

    Thank you for sending that CSS. 🙂
    I adapted it a Little bit and got quite good results on my Landingpage (which contains a list of Posts as Fullscreen featured Images). Unfortunatly going into one of the Posts, the Header bar Shows as being Grey.
    I found out: The amount of Grey is controlable through the opacity of the Background-Color (in #header-wrapper #header-content). Changing the Color values themselfes has no effect. Don’t know if that has to do with it.

    This is where I am now:

    /*Landing page non-first Post */
    .header-top #header-content #header-wrapper{
    background-color: rgba(43,43,43,0.3) !important;
    bottom: unset !important;
    }

    /* Landingpage first Post and regular Post*/
    #header-wrapper #header-content {
    position: absolute;
    background-color:rgba(43,43,43,0.3);
    /*bottom:0;*/ /*commented this one out to have the Landing page behave normal 🙂 */
    }

    Thank you again, Best regards,
    Pferdi

Viewing 1 post (of 1 total)