Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1095852
top area
Closed

Comments

  •  2
    Pawel Malza started the conversation

    hi

    is it possible to change top area opacity like in hotel one page demo

  •  444
    Sergio replied

    HI!

    pls. use following css:

    .top-area {
        background-color: rgba(0, 0, 0, 0.55);
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  2
    Pawel Malza replied

    doesn't work for me 

  •  444
    Sergio replied

    HI!

    pls. share the wp-admin access, we'll check

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •   Pawel Malza replied privately
  •  444
    Sergio replied

    HI,

    Your problem has been fixed , pls. check your page.

    I used follow code :

    .top-area {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        z-index:100;
        background-color: rgba(0, 0, 0, 0.7);
        border:0!important;
    }
    #site-header-wrapper{
        top:50px;
    }
    

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.