My url is www.rrviveluxeries.com - please check if CSS issue
Must be a cache issue because prices are on yhe product pages.
Hey @rrviveluxeries
I can see the prices on the product page but not on here:
So if you’re talking about showing the prices here then,
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
.card.card--standard.card--media .price {
display: block !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Hi there @rrviveluxeries I just checked the store on my phone and the prices do show up on the product pages without any issues. Do you mean you want the prices to be displayed on the homepage too?
hey @rrviveluxeries follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the before the body ----->
<style>
.price.price--on-sale {
display: block !important;
}
</style>
Hi @rrviveluxeries
I can help you with CSS problems if you post:
- A screenshot of what looks wrong, or
- The relevant HTML/CSS, or
- A narrative description of what is broken (e.g., layout shifts, fonts, colors).
You can send me any one of these, and I will help you find and fix the problem.


