Home Forums Space themes support forum How to remove the name

How to remove the name

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #455431

    husochhemma.se
    Participant

    How can you hide the product name in the actual link above the image? So that it only shows the categories but not the product name.

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

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to hide the product title there, please enter it into the “Mobile CSS” area in Theme Settings -> Custom CSS.

    .single-product .woocommerce-breadcrumb {
        font-size: 0;
    }
    
    .single-product .woocommerce-breadcrumb a,
    .single-product .woocommerce-breadcrumb span {
        font-size: 16px; 
    }
    
    .single-product .woocommerce-breadcrumb .xts-delimiter:last-child {
        display: none;
    }

    Kind Regards

    #456977

    husochhemma.se
    Participant

    thanks its work!

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

The topic ‘How to remove the name’ is closed to new replies.