New Landing How can we help? Themeforest Theme Support Neighborhood Background and website transparency

Viewing 12 posts - 1 through 12 (of 12 total)
  • #85201
    gregcatmull
    Member
    Post count: 109

    Hi,

    please see my attached screenshot for ref.

    I know that I can use a background image for my website but can I remove all white behind the elements of my page so that I can see the background through the elements?

    hopefully the attached helps.

    cheers
    Greg
    http://shop.garsons.co.uk

    #85230
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please add this to your custom css:

    .boxed-layout {
      background: none repeat scroll 0 0 transparent;
      margin: 0 auto;
      width: 1000px;
    }
    #main-container, .tm-toggle-button-wrap a {
      background-color: transparent;
    }
    .page-shadow .boxed-layout {
      box-shadow: none;
    }

    – Kyle

    #85250
    gregcatmull
    Member
    Post count: 109

    almost, although it seems to make the framework width less.

    cuts off 10% of page on both sides. is there also a way to make the header background transparent?

    cheers
    Greg

    #85254
    gregcatmull
    Member
    Post count: 109

    sorted it I changed the width to 1200px. cheers for that.

    can I make the header background transparent too?

    cheers
    Greg

    #85268
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    So you don’t want your image background anymore?

    – Kyle

    #85393
    gregcatmull
    Member
    Post count: 109

    Basically i have a header image made which is white with a 10% transparency so that you can see the background through it, however when i add this image url to the css it goes to solid white? I guess this is because there is a white standard background colour which this image sits over?

    let me know

    cheers
    Greg

    #85499
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you apply the CSS above so that I can see what’s left to remove?

    – Kyle

    #85597
    gregcatmull
    Member
    Post count: 109

    I have done that, I have also notice that this has upset my mobile responsiveness.

    cheers
    Greg

    #85604
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry the CSS should be:

    .boxed-layout {
      background: none repeat scroll 0 0 transparent;
    }
    #main-container, .tm-toggle-button-wrap a {
      background-color: transparent;
    }
    .page-shadow .boxed-layout {
      box-shadow: none;
    }

    – Kyle

    #85605
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    For the header add this:

    #header-section:before, #mini-header {
      background: transparent;
    }
    .header-shadow #header-section:before {
      box-shadow: none;
    }

    – Kyle

    #85610
    gregcatmull
    Member
    Post count: 109

    this works thanks. is there away just the header being transparent and not the whole website now. ive tried taken out you first bit of css to see if that works but when I do that I make the header go back to block and not transparent.

    #85613
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately not sorry, the background of the whole page is from the .boxed-layout, as this is behind the header, if you make the header transparent you will still have a white header as the -boxed-content is behind it

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register