Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @polsogood,

    Currently the theme doesn’t have an option for that. But you may be able to achieve it with custom CSS that you can add to Customize > Additional CSS, for example:

    .botiga-offcanvas-menu .mobile-header-item .row .col:nth-of-type(1) {
        flex-grow: 12;
        -webkit-box-flex: 12;
        height: 80px;
        background-image: url('https://lamardemol.com/wp-content/uploads/2023/01/la-mar-de-mol-oscuro-sinfondo.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    Thread Starter polsogood

    (@polsogood)

    It is amazing! That worked.

    Would you happen to know what should I put instead of .mobile-header-item for it to show on computers as well?

    Thank you so much for your help!

    Thread Starter polsogood

    (@polsogood)

    Anyone?

    Hi @polsogood,

    We sorry for the delay here!

    To have it on the desktop offcanvas too, please try adding this custom CSS code below:

    #masthead .botiga-desktop-offcanvas > .row > .col-12:nth-child(1):before {
        content: '';
        flex-grow: 12;
        -webkit-box-flex: 12;
        height: 80px;
        background-image: url(https://lamardemol.com/wp-content/uploads/2023/01/la-mar-de-mol-oscuro-sinfondo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        max-width: 170px;
        margin: 0 auto;
    }

    We hope this helps!

    Kind Regards,

    Rodrigo.

    Thread Starter polsogood

    (@polsogood)

    Hi @maaprote

    Thank you, it worked!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Offcanvas Logo’ is closed to new replies.