New Landing How can we help? Themeforest Theme Support Neighborhood Removing Categories from Products and Archive from title

Viewing 6 posts - 1 through 6 (of 6 total)
  • #299420
    eduardo3h
    Member
    Post count: 9

    Hello,

    I would like to remove the categories in the products inside the shop page and also remove the “archive” that appears in the title of the page.

    I attached a screenshot to make it easy to understand.

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #299608
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You can add the code below to your custom css option

    .product-details .posted_in {
        display: none;
    }

    Regarding the archives url that’s something that is managed by WordPress, not something we can control in the theme.

    Check this url, maybe the best option is to try WordPress SEO to change it.
    http://stackoverflow.com/questions/13075573/woocommerce-how-to-remove-archive-in-title

    Hope it helps.

    -Rui

    #299706
    eduardo3h
    Member
    Post count: 9

    Thanks Rui!

    I manage to resolve booth problems, thank you very much for your help!

    If you could help me also with one more thing. I put some imagens on the “Home” and when i scroll over the mouse this green box appears.

    Can you give the code to remove this?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #299785
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add this to Theme Options => Custom CSS:

    .home figure:hover > a > .overlay {
        display: none!important;
    }
    #300402
    eduardo3h
    Member
    Post count: 9

    Thanks David.. It worked!

    #300723
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    Thanks,
    David

Viewing 6 posts - 1 through 6 (of 6 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