Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  427
    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 

  •  427
    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
  •  427
    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.