• Resolved db151

    (@moddingrepair)


    hello , I would like to remove the logo from the single product page from mobile , how is it possible ? thank you

Viewing 1 replies (of 1 total)
  • Thread Starter db151

    (@moddingrepair)

    vabbè visto che l’assistenza è quella che è , inserisco la soluzione.

    /* stiamo a dire che neo display fino a 430px non vogliamo il logo */

    @media screen and (max-width: 430px) {

    .pwb-single-product-brands {

    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘remove logo single page mobile’ is closed to new replies.