New Landing How can we help? Themeforest Theme Support Dante Shop – Hide "New" overlay

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #47067
    pixel8edspace
    Member
    Post count: 22

    Hi,

    I wish to hide the top right “new” stripe on products.

    Thx

    #47711
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    span.new {
      display: none;
    }

    Let me know if this works!

    – Kyle

    #47781
    pixel8edspace
    Member
    Post count: 22

    HI Kyle,

    No this didn’t work. If it helps, below are the other mods that have been made using .css suggested by ST :

    span.new {
    display: none;
    }
    
    .single .media-wrap {
    display: none;
    }
    
    .portfolio-options-bar ul.pagination-wrap {
    display:none;
    }
    
    .portfolio-details-wrap{
    display:none;
    }
    
    .full-width-text {
    padding-bottom: 0px;
    padding-top:  0px;
    position: relative
    }
    
    .page-heading.col-sm-12.clearfix.alt-bg.alt-one {
    padding-top: 0px;
    padding-bottom: 10px;
    }
    
    ul.bar-styling li > a, ul.bar-styling li > div, ul.page-numbers li > a, ul.page-numbers li > span {
        border: 1px solid rgba(0, 0, 0, 0);
        padding: 3px 5px;
        text-decoration: none;
    }
    
    table.standard_minimal td {
        border-bottom: 0px solid #E4E4E4;
        border-top: 0px solid #EDEDED;
    }
    
    figure.animated-overlay:hover figcaption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }
    #47806
    denorm
    Member
    Post count: 16

    i just did this, i’m using woocommerce 2.0.20

    to your child or custom css try adding:

    
    .wc-new-badge
    {
    visibility:hidden;
    }
    
    #47816
    pixel8edspace
    Member
    Post count: 22

    Hi Denorm,

    Thanks. That worked. Perhaps support should take note of this code.

    #48078
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks for sharing your solution! WooCommerce has just been updated so forgive us as we still have things to discover with the new update.

    – Kyle

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 the following item
Login and Registration Log in · Register