Woo commerce/Title Bar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13962
    andresgmz
    Participant

    Hello Guys:

    Can you help me out with this 2 questions:

    1-How to remove the title bar from Woo comemrce Store Page ( Attached picture)
    also remove the page name from below the title bar…….Attached picture

    2- How can remove the number (quatity) from the Store Portafolio page. (Attached picture)

    thanks in advance

    Andres

    #13974
    Veena
    Moderator

    Pls share a link to the specific pages.

    #14055
    andresgmz
    Participant
    This reply has been marked as private.
    #14056
    andresgmz
    Participant
    This reply has been marked as private.
    #14070
    Veena
    Moderator

    Pls include the below custom CSS –

    body.woocommerce.woocommerce-page #title-area {
      display: none;
    }
    .woocommerce .woocommerce-breadcrumb {
      display: none;
    }
    .woocommerce ul.products mark.count {
      display: none;
    }
    

    Also How can I add an “element” Under the Logos in “store page”.Woo commerce by default each element go above the woo commerce portfolio. – Can you pls clarify this query?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.