how to change css in retail price?
11 years 1 week ago #214394
by Henrik
Thanks
Henrik Ris
how to change css in retail price? was created by Henrik
-- url of the page with the problem -- :
www.engensgarnshop.dk
-- HikaShop version -- : [1506091820
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.6.8
-- Browser(s) name and version -- : chrome 42.0.2311.90.m
Hello.
i would like to have a retail price in my products, it must be with a line through it , and the price must be transparent.
example from another site (picture 1)
Is there anyone who can help with CSS code for this , and it is the right place for the code ( picture 3)
Thanks
Henrik
-- HikaShop version -- : [1506091820
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.6.8
-- Browser(s) name and version -- : chrome 42.0.2311.90.m
Hello.
i would like to have a retail price in my products, it must be with a line through it , and the price must be transparent.
example from another site (picture 1)
Is there anyone who can help with CSS code for this , and it is the right place for the code ( picture 3)
Thanks
Henrik
Thanks
Henrik Ris
Please Log in or Create an account to join the conversation.
11 years 1 week ago #214396
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic how to change css in retail price?
Hi,
No, you should affect the retail price ; what you pointed is the discount price css.
www.hikashop.com/support/support/documen...ize-the-display.html
Regards,
No, you should affect the retail price ; what you pointed is the discount price css.
www.hikashop.com/support/support/documen...ize-the-display.html
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
11 years 1 week ago #214486
by Henrik
Thanks
Henrik Ris
Replied by Henrik on topic how to change css in retail price?
Hi Thank
Do you know were i can find the Retail price in the css, i only find product price when i search for it (pic attach)
Do you know were i can find the Retail price in the css, i only find product price when i search for it (pic attach)
Thanks
Henrik Ris
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
11 years 1 week ago #214501
by Mohamed Thelji
Replied by Mohamed Thelji on topic how to change css in retail price?
Hello,
Using some CSS code like this will probably do the job :
Using some CSS code like this will probably do the job :
Code:
.hikashop_product_msrp_price .hikashop_product_price {
}
The following user(s) said Thank You: Henrik
Please Log in or Create an account to join the conversation.
11 years 6 days ago #214686
by Henrik
Thanks
Henrik Ris
Replied by Henrik on topic how to change css in retail price?
ok.. i am learning css now, but i am beginner, so i dont now much about it yet.
do i put the code in were "the span.hikashop_product_price" is?
do i put the code in were "the span.hikashop_product_price" is?
Thanks
Henrik Ris
Please Log in or Create an account to join the conversation.
11 years 5 days ago #214705
by nicolas
Replied by nicolas on topic how to change css in retail price?
Hi,
You need to add the CSS code Mohamed gave somewhere on your CSS file (at the end for example) and fill in the CSS lines that you want in between the brackets so that the CSS applies to that element.
You need to add the CSS code Mohamed gave somewhere on your CSS file (at the end for example) and fill in the CSS lines that you want in between the brackets so that the CSS applies to that element.
Please Log in or Create an account to join the conversation.
11 years 4 days ago #214796
by Henrik
Thanks
Henrik Ris
Replied by Henrik on topic how to change css in retail price?
Ok.
Thanks for your help.
Henrik
Thanks for your help.
Henrik
Thanks
Henrik Ris
Please Log in or Create an account to join the conversation.
Time to create page: 0.282 seconds