Home Forums WoodMart support forum How can change Shop sale label in percentage to On sale lable and remove?

How can change Shop sale label in percentage to On sale lable and remove?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #254602

    carnesia
    Participant

    Hello dear, How can change Shop sale label in percentage to On sale lable and remove?

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

    Hello,

    I saw the screenshot you attached and visited your website and the sale label is already in text not in percentage. It seems that you have managed to change it.

    Screenshot for Clarification: https://prnt.sc/wcu1f6

    And to remove the label try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .onsale.product-label {
    	display: none;
    }

    Best Regards.

    #254748

    carnesia
    Participant

    Hello Dear, Yes, after i post here, i find the solution. but i am facing another problem on Product grid short description before add cart. attached an image as reference. i don’t want that description on product grid view. now i made a temporary solution. i add below css on global css field.

    .woocommerce-product-details__short-description {
    display: none
    }

    But that also hide that also hide the short description from product view page. so do you have any another css that only hide from product grid view not in product view.

    Thanks and regards.

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

    Hello,

    I saw the screenshot you attached. Please replace the CSS you added with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .woodmart-more-desc {
    	display: none;
    }

    Then clear cache and check back.

    Regards.
    Xtemos Studios.

    #255702

    carnesia
    Participant

    Hello xtemos,
    Thanks for your suggestion. but i think there is a mistake. i found the CSS you provide not work properly. i found, its work with below code.

    “” .product-grid-item .woocommerce-product-details__short-description {
    display: none;
    } “”

    is there any problem if i use this css.

    i also found another problem. on product grid, add cart button show small and quick view button show large and colorful. attached image for more clearance.

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

    Hello,

    We are glad that you found the solution on your own. If the CSS works for you then you can keep it.

    I saw the screenshot you attached and visited your website. For the add to cart button try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-add-btn-replace .add-to-cart-loop {
    background: #83b735;
    color: white;
    }
    
    .woodmart-hover-standard .add-to-cart-loop span {
        font-size: 14px;
    }

    Regards.
    Xtemos Studios.

    #255887

    carnesia
    Participant

    Hi, Thanks for you help. Its work Correctly. another issue. in categories menu desktop version showing “browse Categories”. i found that this label in = WoodMart Theme>woodmart>header-elements> categories.php . I want to rename it and i can make it easily. But for mobile view where its wrote as only “categories”. i didn’t this label of mobile-categories-title in “categories.php”. can you tell me where its placed? i want to change this “categories” title in mobile view menu.

    Thanks in advance.

    #255905

    Hello,

    You are Most Welcome.

    You don’t need to customize any files to translate the strings. You can install and use the loco translate plugin to translate the strings according to your needs.

    Your path will be Loco Translate >> Themes >> Woodmart.

    You can also watch the video in our detailed documentation in the following link: https://www.youtube.com/watch?v=D3NsDdMzsls

    Regards.
    Xtemos Studios.

    #255912

    carnesia
    Participant

    Hi, actually i dont want to translate it. i want to rename it like Title “Browse categories” renamed as “Brands”. its work with desktop version. but mobile version showing Categories. I add screenshot where i want to rename it.

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

    Hello,

    I saw the screenshot you attached.

    You can find the file under “inc/template-tags.php” and can customize it at your own risk.

    Best Regards.

    #258825

    carnesia
    Participant

    Hi dear, I am very much happy with wood mart them, but a fact i found very much problematic for me. Please check private content.

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

    Hello,

    In general, our theme is already optimized and doesn’t have too many resources to make your website slow. Most likely, your website performance suffers from the content you have added to your website. It may happen in case of too many plugins, large not optimized images or other resources. So we suggest you to remove unnecessary plugins, install some kind of JS & CSS optimizing plugins like Better WordPress Minify and a caching plugin like WP Super Cache. Also, you can use GTmetrix tool to see what makes your website slow and optimize these parts of your website.

    Best Regards.

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