Home Forums Basel support forum hide links in the product card

hide links in the product card

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #303885

    Makaron22
    Participant

    Good afternoon, author. Tell me how to hide links to categories and tags in the product card? Screenshot in the attachment without harm to seo (do not kill the linking)

    Attachments:
    You must be logged in to view attached files.
    #304133

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-product-content .product_meta > span.posted_in{
      display:none;
    }
    .single-product-content .product_meta > span.tagged_as{
      display:none;
    }

    Best Regards

    #304214

    Makaron22
    Participant

    Tell me the author if I hide the links in this way, will it harm seo by killing the linking on the site? Thanks

    #304238

    Hello,

    This CSS does not kill the links, the code removes them from the page, it should not influence CSS in any way.

    Best Regards

    #304313

    If you have any questions or need further help, please feel free to contact us to create a new topic.

    Best Regards

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

The topic ‘hide links in the product card’ is closed to new replies.