This topic has 4 replies, 2 voices, and was last updated 9 years by danrgdy.

  • Author
  • #41000
     danrgdy
    Participant

    I couldn’t find where to get rid of those default labels that appear on the top left corner when we add products.. e.g. “new”, “save now”, “free”, etc. depending on the case.
    Can you help? Thanks

    #41091
     Radu
    Moderator

    Provide a url please.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #41100
     danrgdy
    Participant
    #41103
     Radu
    Moderator

    Add this to Theme Options -> General Settings -> Quick css

    COPY CODE
    
    .woocommerce span.percentage-badge {
    		display: none;
    }
    .woocommerce ul.products li.product .free-badge {
    	display:none;
    }
    .woocommerce span.free-badge,
    .woocommerce-page span.free-badge { 
    	display:none;
    }
    

    Let me know if it works.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #41140
     danrgdy
    Participant

    It works, thanks. Suggestion to next update: have an option to edit that in the UI.

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?