New Landing How can we help? Themeforest Theme Support Neighborhood How to remove "category link" under product picture and product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • #141183
    mercifresh
    Member
    Post count: 11

    How to remove “category link” under product picture and product page?
    and if possible, can I edit font size of product name and price?

    Thank you for your kind support.
    Best,

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

    Hi,

    Add the code below to your custom css option, adjust the font-size value.

    
    .product-details span.posted_in {
    display: none;
    }
    
    ul.products li.product .product-details, .product-details span.amount{
    font-size:14px;
    }
    

    -Rui

    #141204
    mercifresh
    Member
    Post count: 11

    Thank youu
    I can edit font-size of product name but font-size of price is still the same.

    and one more question
    I would like to remove category in product page

    Best,

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

    replace this one

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

    by this one

    
    .product-details span.posted_in, .product_meta span.posted_in {
    display: none;
    }

    For the price try this one

    .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size:14px!important;
    }

    -Rui

    #141254
    mercifresh
    Member
    Post count: 11

    It’s work

    Thank you so much RUI

    Best,

    #141255
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great.
    -Rui

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