New Landing How can we help? Themeforest Theme Support Dante Making the Header area and Body Transparent

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #92980
    sakirose
    Member
    Post count: 96

    What css will allow me to make the header and body transparent so my background image is slightly visible thru these areas? I would like to use something like this css there:

    {background-color: #ffffff !important;
    opacity: 0.35;
    }

    See image attached for clarification.

    Attachments:
    You must be logged in to view attached files.
    #92983
    sakirose
    Member
    Post count: 96

    My goal is to create the effect that I have done on another website where I create a background that becomes visible as part of the design – see attached image.

    Attachments:
    You must be logged in to view attached files.
    #92985
    sakirose
    Member
    Post count: 96
    This reply has been marked as private.
    #92986
    sakirose
    Member
    Post count: 96
    This reply has been marked as private.
    #93058
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #container.boxed-layout {
      background: transparent;
    }
    .page-shadow .boxed-layout {
      box-shadow: none;
    }
    #main-container {
      background-color: rgba(255,255,255,0.35);
    }

    – Kyle

    #93406
    sakirose
    Member
    Post count: 96
    This reply has been marked as private.
    #93424
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    #header-section:before, #header .is-sticky .sticky-header, #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header, .ajax-search-wrap {
      background: transparent;
    }
    #footer {
      background: transparent;
    }
    #copyright {
      background-color: transparent;
    }

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 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