Grey Sale Price and Date (remove)

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Wed Mar 04, 2015 1:33 am
I'd like to remove the grey original price and also the date example: (as of March 3, 2015, 8:07 am) next to the sale price. Please see my image below:

Image
User avatar
Junior Boarder

GK User
Wed Mar 04, 2015 9:10 am
Hi,

Could you please provide me with a URL to your site with this product view, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Wed Mar 04, 2015 7:43 pm
I sent the PM but it says I haven't sent or received anything and there is nothing in my outbox? I'll try to send again.
User avatar
Junior Boarder

GK User
Thu Mar 05, 2015 4:03 pm
ok an update here, I sent the message again and its sitting in the outbox (not sent folder). When I click on the message it says it was sent.. I don't understand.. has this message gone through? or is it sitting in the outbox waiting to send?
User avatar
Junior Boarder

GK User
Thu Mar 05, 2015 11:52 pm
Hi,

It's ok, the message is sent, but it should disapper from your outbox, when I read it.
Regaring the issue, try to add following css code into css/override.css file (first enable override option from Template Options -> Advanced tab):

Code: Select all
.price del .amount,
.wwcAmzAff-price-info {
   display: none;
}


Regarding the little picutres - probably it's possible but it's a lot of work with overriding woocommerce template files and add css styles.
User avatar
Moderator

GK User
Fri Mar 06, 2015 12:49 am
dude your amazing that worked great!

there is still a little grey "-" but I can live with that as you can barely see it :)
User avatar
Junior Boarder

GK User
Fri Mar 06, 2015 12:54 am
in regards to the little pictures, I just figured out how to properly use the gallery and this is fine however I'm having the text not showing up when the lightibox pops up mobile issue I just posted here:

https://www.gavick.com/forums/instyle-w ... ions-44108
User avatar
Junior Boarder

GK User
Fri Mar 06, 2015 8:47 am
Regarding the little grey "-", try to add also this code:
Code: Select all
#content div.product p.price del {
   display: none;
}


I'll check the issue with mobile gallery.
User avatar
Moderator

GK User
Fri Mar 06, 2015 12:44 pm
dude that did it thank you so much my site is looking and functioning really well! :)
User avatar
Junior Boarder


cron