• Hi all,

    I am trying to find a way of removing the darkened opacity from the Background image.
    I am fairly new to this so i’m trying to find my way, The Background image looks like it has a 10% black panel over it instead of being bright and vibrant.

    Thanks in advance

    Scott

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Shot8un

    (@shot8un)

    Thanks, i found the solution via an earlier post.

    Regards

    @shot8un – Can you please share the solution here as well? I’m not finding the previous thread.

    Thanks,
    Schmüdde

    Thread Starter Shot8un

    (@shot8un)

    Hi there, sorry for the late reply. the bit you need to focus on is the colour breakdown i have highlighted in bold.

    Scott

    ** Section: Home —–
    —————————————–*/
    .header.header {
    min-height: 110px;
    }
    .header.header > .navbar {
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    }
    .header-content-wrap {
    background: rgba(0, 0, 0, 0);
    position: relative;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    padding: 285px 0 210px;

    @shot8un – Thanks for following up, this is really helpful!


    http://schmud.de

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Background image’ is closed to new replies.