Remove title link - by careenyen - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Robert Hall

  • Avatar: careenyen
    careenyen
    Participant
    January 4, 2016 at 04:53

    hi sir,

    May i know how to remove the title link only for each page or each product page?

    For example

    i have created page – http://www.epalstore.com.my/best-seller/

    i need remove the link of page title but remain the title as stated below.

    Home / Best Sellers (remove)

    BEST SELLERS (remain)

    Kindly guide.

    Thank you

    from yen

    9 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    January 4, 2016 at 12:11

    Hello,

    Your site is giving “Internal Server Error”.
    Please check it with your hosting provider.

    Regards,
    Eva Kemp.

    Avatar: careenyen
    careenyen
    Participant
    January 8, 2016 at 06:10

    hi sir,

    Kindly check again…my website now is up ..

    pls reply

    Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 8, 2016 at 08:13

    Hello,

    Please use the following code in Theme Options->Custom CSS->Global Custom CSS.

    #breadcrumb .current,
    #breadcrumb .delimeter:last-child{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: careenyen
    careenyen
    Participant
    January 8, 2016 at 09:45

    hi sir,

    Sorry may be my explanation not clear enough..

    i need to remove whole

    Home / Best Sellers (this whole link remove)

    BEST SELLERS (Title remain)

    pls reply

    Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 8, 2016 at 09:47

    In this case use the following code in Global Custom CSS

    .page-heading .breadcrumbs{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: careenyen
    careenyen
    Participant
    January 8, 2016 at 09:55

    hi sir,

    its work..thank you

    but why only this page -shop

    still the same

    Home/Shop (this whole link remove)
    SHOP (remain this)

    pls reply

    tq

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 8, 2016 at 10:16

    For Shop page you need add this code also.

    .woocommerce-breadcrumb{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: careenyen
    careenyen
    Participant
    January 8, 2016 at 10:26

    hi sir,

    Thank you ..its work..

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 8, 2016 at 10:30

    You’re welcome!

    Regards,
    Robert Hall.

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

The issue related to '‘Remove title link’' has been successfully resolved, and the topic is now closed for further responses

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