• Resolved roberto22

    (@roberto22)


    Hi,

    How can i hide the label in shop page but still show it in single product page.

    I tried with css but it also hides it in single product page

    .awl-label-wrap.awl-label-id-1813 {
    display: none !important;
    }

    Thanks for the help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    If you are trying to achieve this via css then please try this css instead:

    .awl-label-wrap.awl-label-id-1813 {
    display: none !important;
    }
    .single .awl-label-wrap.awl-label-id-1813 {
    display: block !important;
    }

    Or you can use Page type label display condition and set it to Single Product to show specific label only on products single page. But this option available only with PRO plugin version. More about additional label conditions you can read here.

    Regards

    Thread Starter roberto22

    (@roberto22)

    Hi,

    Thanks!

    Thread Starter roberto22

    (@roberto22)

    Hi,

    Is possible to also hide for related products using css?

    https://prnt.sc/BYLbLibx_3JT

    Here is a link: https://todomerca.ec/tiendas/joyeria-y-relojeria/gana-cashback-en-verona/

    • This reply was modified 3 years ago by roberto22.
    Plugin Author ILLID

    (@mihail-barinov)

    Yes, use css like that:

    .single .related .awl-label-wrap.awl-label-id-1813 {
    display: none !important;
    }
    Thread Starter roberto22

    (@roberto22)

    awesome. thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide lable in shop page’ is closed to new replies.