New Landing How can we help? Themeforest Theme Support Dante How to Style Sticky Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #38933
    Shreyans
    Member
    Post count: 24

    Hi, I’m trying to style the sticky menu – make the background transparent but cannot seem to find the exact CSS. Tried these but no luck:

    #header .is-sticky .sticky-header{
    background-color: rgba (0, 0, 0, 0.4);
    }

    AND

    #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-color: rgba (255, 0, 0, 0.4);
    }

    #39110
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    you would need to use this custom css

    #header .is-sticky .sticky-header {
     /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    
      /* IE 5-7 */
      filter: alpha(opacity=50);
    
      /* Netscape */
      -moz-opacity: 0.5;
    
      /* Safari 1.x */
      -khtml-opacity: 0.5;
    
      /* Good browsers */
      opacity: 0.5;
    }

    All the Best.

    -Tahir

    #39339
    Shreyans
    Member
    Post count: 24

    thanks!

    #39753
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    Glad to be of help.

    Thanks
    Tahir

    #104901
    lawrence
    Member
    Post count: 49

    Trying this in Dante 2.65 and the custom css does not work.

    I am using header 6 set to sticky.

    Any ideas?

    L

    #104929
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    @lawrence – Please provide me wordpress admin login detail.
    Thanks

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