Legenda: transparent header - by julien - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 4 years ago ago by Olga Barlow

  • Avatar: mycosycocoon@gmail.com
    julien
    Participant
    April 13, 2020 at 16:16

    Hello,

    Is it possible to have with the legenda theme a gray header transparent at 50% instead of completely transparent?
    I would also liked the top bar to be as transparent if possible

    as this site https://advicareonline.com/shop/

    Thanks for your help

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 13, 2020 at 17:44

    Hello,

    Add the following code to Theme Options > Custom CSS

    .header-type-4.transparent {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    Regards

    Avatar: mycosycocoon@gmail.com
    julien
    Participant
    April 13, 2020 at 19:37

    Hello,
    Thanks for your reply olga,

    Is it possible to reduce the height of the header ?
    Also is it possible to make the menu bare transparent and reduce its height?

    http://www.mycosycocoon.fr/wp-content/uploads/2020/04/support.png

    Regards,

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 14, 2020 at 14:24

    Hello,

    Use the following styles

    .header-type-4 .main-nav .double-border {
        padding: 10px 0;
    }
    .fixed-header {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 2px 0px;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.