Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #317295

    Hi there,

    I’m using the transparent header option (which is great) however I would like an overall colour for the header and menu area as an opaque white. When I apply an opacity command via custom css the logo disappears.

    Is there a way to isolate the logo so that it does not accept the opacity command?

    Also, once scrolling I would also like the background color to be opaque.

    Thanks, and I hope this is clear

    #317349

    Hi silviouk!

    Can you post a screenshot and show the changes you would like to make?

    Cheers!
    Yigit

    #317538
    This reply has been marked as private.
    #317862

    Hey!

    Add this on Quick CSS or custom.css:

    div#header_main_alternate {
    background: rgba(255,255,255,.5) !important;
    }

    Cheers!
    Ismael

    #317982

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘OPAQUE HEADER & MENU’ is closed to new replies.