Viewing 15 posts - 1 through 15 (of 23 total)
  • #133112
    ashleyallenuk
    Member
    Post count: 13

    Hi,

    I/d like to remove the “Sale” banner from individual products if possible?

    I’d also like to remove the category from the product catalog and align the price to the left and make the text all the same size so it looks like this, please:

    Lunar Force 1 ’14 Jacquard QS
    £110.00

    Cheers
    Ash

    #133113
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sure, you got a link so I can help you with this?

    – Kyle

    #133114
    ashleyallenuk
    Member
    Post count: 13
    This reply has been marked as private.
    #133115
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .woocommerce ul.products li.product .product-details span.posted_in {
      display: none;
    }
    ul.products li.product .price {
      float: left;
    }

    About the sale badge, do you mean the ‘new’ badge?

    – Kyle

    #133118
    ashleyallenuk
    Member
    Post count: 13

    Hi Kyle,

    Thanks for this.

    It hasn’t worked with products with short titles though?

    And yes, that’s correct. The New badge and the Sale! badge for items in the sale?

    Cheers
    Ash

    #133122
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok add this:

    ul.products li.product .product-details {
      width: 100%;
    }
    .woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge {
      display: none;
    }

    – Kyle

    #133125
    ashleyallenuk
    Member
    Post count: 13

    Hi Kyle,

    That’s worked – thanks.

    Now how do I remove the category from the product catalog listing?

    And is it possible to show 4 products per row instead of 3?

    Cheers
    Ash

    #133136
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I already provided you with that css?

    .woocommerce ul.products li.product .product-details span.posted_in {
      display: none;
    }

    And unfortunately not sorry, the theme supports 3 col with sidebar or 4 col full width

    – Kyle

    #136180
    ashleyallenuk
    Member
    Post count: 13

    Hi Kyle,

    These all worked thanks.

    Is there a way to show “out of stock” on products that are out of stock on the archive pages, instead of “Read More” as it does by default?

    Cheers
    Ash

    #136195
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you provide me with an example? Not sure what you’re referring to

    – Kyle

    #136300
    ashleyallenuk
    Member
    Post count: 13
    This reply has been marked as private.
    #136301
    ashleyallenuk
    Member
    Post count: 13
    This reply has been marked as private.
    #136302
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sure

    Add this to your custom css:

    @media only screen and (min-width: 768px) { 
    /* IMAGE AREA */
    .woocommerce div.product div.images {
    width: 30%;
    }
    /* DETAILS AREA */
    .woocommerce div.product div.summary {
    width: 67%;
    }
    }

    For the tabs, you just need to add the info, such as the product description, addition info which is the attributes etc

    – Kyle

    #136329
    ashleyallenuk
    Member
    Post count: 13

    That’s great Kyle – the image looks a lot better now.

    The text looks stretched now though http://www.eightyeightstore.co.uk/product/sneaky-brand-sneaky-spray/ – is there anyway to bring both the image and the text in more centrally?

    Cheers
    Ash

    #136333
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    @media only screen and (min-width: 768px) { 
    /* IMAGE AREA */
    .woocommerce div.product div.images {
    width: 28%;
    margin-left:10%
    }
    /* DETAILS AREA */
    .woocommerce div.product div.summary {
    width: 48%;
    margin-right:10%
    }
    }

    – Kyle

Viewing 15 posts - 1 through 15 (of 23 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