New Landing How can we help? Themeforest Theme Support Neighborhood Remove "Posted_in" and other unnecessary info (pic attached)

Viewing 2 posts - 1 through 2 (of 2 total)
  • #18757
    zm71
    Member
    Post count: 34

    Hi.

    How do you remove;

    1. The <span class=”posted_in”>, the tags below products @index
    2. Tags and Category, Product code (and also reviews btw.) @Products page and everywhere.
    3. “Breadcrumbs”

    See attached images, thanks! Outstanding support.

    #18951
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. Use this in Custom CSS

    .posted_in {
        display: none;
    }
    

    2. You can remove the whole products meta by this,

    product_meta
    {
    display: none;
    }
    

    or the only rounded thing in the image means use this.

    .product_meta .tagged_as, .product_meta .posted_in
    {
    display: none;
    }
    

    3.

    #breadcrumbs
    {
    display: none;
    }
    

    You can combine all this in one css line and put display none as common.

    Let me know, what you got.

    Thanks,
    laranz.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register