• Resolved kyuubi9

    (@priscila8848)


    Olá,

    Preciso remover a bandeja do carrinho, bem como a contagem de itens e de valor no topo da página: https://acqualokos.com.br/loja/

    Também preciso remover os itens que aparecem no rodapé em Mapa do site.

    O tema é storefont (filho)

    é possível?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @priscila8848,

    To remove the cart icon, items, and value on the top side, you can use this CSS:

    .site-header-cart .cart-contents {
        display: none !important;
    }

    The CSS goes to the WP-Admin → Appearance → Customize → Additional CSS box.

    To remove some of the elements shown on the footer, kindly go to your WP-Admin → Appearance → Customize → Widgets and remove them directly from the footer column widgets.

    Let us know how it goes.
    Thanks.

    Thread Starter kyuubi9

    (@priscila8848)

    @abwaita Obrigada, deu tudo certo! ??

    Mirko P.

    (@rainfallnixfig)

    Great! Glad to hear that @abwaita’s CSS was helpful!

    If you have more questions please open a new topic.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ocultar carrinho e contagem do carrinho’ is closed to new replies.