New Landing How can we help? Themeforest Theme Support Dante Sticky Header background

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Dante
  • #79123
    bigbangthinking
    Member
    Post count: 121

    Hi

    I would like to make the Sticky Header background 100% transparent. The Theme options only work for the normal header and via the customize.php in WP I canΒ΄t do it as well. In the atached image you can see first the sticky header and then the normal header.

    Thanks

    http://www.bigbangthinking.com

    #79130
    bigbangthinking
    Member
    Post count: 121

    O yeah !! Also to make the shadow of the sticky header dissapear as well.

    πŸ™‚

    #79320
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Add this custom css:

    #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!important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    Hope that helps!

    – Ed

    #79681
    bigbangthinking
    Member
    Post count: 121

    Hi ED

    Thanks! That does the job, but it also meakes the search background transparent.

    How can I keep the search background white?

    Thanks
    Gonzalo

    #79711
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the class .ajax-search-wrap from code provided by Ed:
    Current Code-

    #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!important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    Updated code –

    #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 {
    background: transparent!important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

    #79832
    bigbangthinking
    Member
    Post count: 121

    Thanks

    πŸ™‚

    #79834
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved .
    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

    #83248
    Evelyn
    Member
    Post count: 15

    Hi, I’d like to do the same with the body section, like have all background transparent just to leave the main background, what should i do? πŸ™‚ thanks!

    #83298
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    If you provide specific page url so i can provide to any possible solution.
    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

    #83303
    Evelyn
    Member
    Post count: 15

    This is the link:
    http://thundernoterecords.com/hell/

    Thanks!

    #83321
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom css code :

    .boxed-layout {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
     }

    Hope that should work and let me know your feedback.

    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

    #83334
    Evelyn
    Member
    Post count: 15

    It’s not working, i used the code you provided above for the header it works but the content body is still showing the background. Thanks!

    #83359
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach a marked screenshot mockup so i can give to you exact code.
    Thanks

    #83361
    Evelyn
    Member
    Post count: 15

    This is what I’m trying to accomplish with the background. Thanks!

    #83365
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to put this custom css code :

    #main-container,.boxed-layout ,.page-heading{
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
     }
    #breadcrumbs {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        border: 1px solid #CCCCCC;
    }

    Hope that should work and let me know your feedback.

    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

Viewing 15 posts - 1 through 15 (of 17 total)

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

License required for the following item
Login and Registration Log in · Register