VM layout witin bikestore: removing the grey price box

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 21, 2012 11:44 pm
Reply with quote
Report this post
hi

i know it couldn't be done within esport. i hope it can be done this time within bikestore, and that is removing the grey box that holds all the vm prices. see image...

hope to hear from one of you...
User avatar
Platinum Boarder

GK User
Thu Nov 22, 2012 9:24 am
Reply with quote
Report this post
Please use this code :

Code: Select all
#productPrice1 { background: none !important; }
#productPrice1 strong { display: none !important}
User avatar
Platinum Boarder

GK User
Fri Nov 23, 2012 10:41 pm
Reply with quote
Report this post
i've put this in the override, but nothing happens.. :(
User avatar
Platinum Boarder

GK User
Sat Nov 24, 2012 11:17 pm
Reply with quote
Report this post
Please enable prefixfree in template settings but border radius should be cross browser rule. Anyway you can always use code like here http://css-tricks.com/almanac/properties/b/border-radius/
User avatar
Platinum Boarder

GK User
Sun Nov 25, 2012 1:35 pm
Reply with quote
Report this post
? i think this issue has nothing to do with any border radius... the whole pricing block needs to be hidden...
User avatar
Platinum Boarder

GK User
Mon Nov 26, 2012 1:35 pm
Reply with quote
Report this post
Sorry I've mistake topics, could you show me your site after code changes ?
User avatar
Platinum Boarder

GK User
Mon Nov 26, 2012 1:36 pm
Reply with quote
Report this post
www.wijnwarenhuis.be go to the shop/detailed products, there you see the price-box is still there.
User avatar
Platinum Boarder

GK User
Tue Nov 27, 2012 10:35 am
Reply with quote
Report this post
Code: Select all
.product-price { background: none !important}


is working, please only add this code to your template. Result you can see here : http://d.pr/i/RnsW
User avatar
Platinum Boarder

GK User
Tue Nov 27, 2012 10:42 am
Reply with quote
Report this post
hmmm, very strange... i added this to the override and template.css.

the label "price" (prijs), also needs to be deleted. but as soon as you delete this, the price tag will be hidden all over the shop :(
User avatar
Platinum Boarder

GK User
Tue Nov 27, 2012 10:51 am
Reply with quote
Report this post
I've tested this code :

Code: Select all
.product-price { background: none !important}
with firebug and this is the result http://d.pr/i/J9co so it is working without any problems.
User avatar
Platinum Boarder

GK User
Tue Nov 27, 2012 10:59 am
Reply with quote
Report this post
ok fair enough... any chance the "prijs/price" label can be hidden, without infecting the rest of the shop?
User avatar
Platinum Boarder

GK User
Wed Nov 28, 2012 10:17 am
Reply with quote
Report this post
Yes, you need to add this code :

Code: Select all
.product-price > strong {display: none}
User avatar
Platinum Boarder

GK User
Wed Nov 28, 2012 9:30 pm
Reply with quote
Report this post
hi bkrztuk,

i noticed that your addings DO WORK after you do: css compression: OFF.
(did you know?)

thanx though
User avatar
Platinum Boarder

GK User
Thu Nov 29, 2012 9:28 am
Reply with quote
Report this post
Yes this allows to overwrite cache :) probably CSS Cache option was also disable so you don't see changes immediately.
User avatar
Platinum Boarder

GK User
Thu Dec 20, 2012 10:04 am
Reply with quote
Report this post
do you need to add the code

.product-price { background: none !important}

to template.css AND override.css?

Also, where should you add it within template.css?

thx
User avatar
Gold Boarder

GK User
Fri Dec 21, 2012 10:19 am
Reply with quote
Report this post
Custom code should be always added to override.css file. You need to make sure that option 'Use override CSS' is enabled in template 'Advanced settings' tab. Then disable all compression/cache systems to see changes.
User avatar
Platinum Boarder


cron