Remove or hide tags/posted in - by Capra

This topic has 8 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Robert Hall

  • Avatar: Capra
    Capra
    Participant
    October 28, 2015 at 14:44

    Hello
    First of all i am very pleased with my woo press theme.
    And also the fast response from a previous question.
    I would like to hide or remove the tags in the single product page.

    Thanks
    Capra

    see image

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 28, 2015 at 15:12

    Hello,

    Please use this code in Global Custom CSS.

    .single-product .product_meta {
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Capra
    Capra
    Participant
    October 28, 2015 at 15:51

    Thnx for a rapid answer.

    One more question
    Is it possible to just disable the link and keep the text?

    Regards
    Capra

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 28, 2015 at 15:53

    Please clarify where exactly you want to disable the link.

    Regards,
    Robert Hall.

    Avatar: Capra
    Capra
    Participant
    October 28, 2015 at 16:05

    .single-product .product_meta {
    display:none;
    }

    The same as previous but now keep the text but disable the link.

    Regards
    Capra

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 28, 2015 at 16:38

    Try to add this script into themes/woopress/js/etheme.js file.
    But we strongly recommend you do this in Child Theme.
    Please copy this file into it saving folder structure like:
    wp-content/themes/woopress_child/js/etheme.js.

    $('.single-product .product_meta a').click(function(e){
    e.preventDefault();
    });

    Regards,
    Robert Hall.

    Avatar: Capra
    Capra
    Participant
    October 28, 2015 at 16:39

    Thanx

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 28, 2015 at 16:41

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Remove or hide tags/posted in’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.