Price

Hi,

I couldn’t change my product price . Price product needs to be sqft not per unit. I was trying to add to sqft next to price box but I couldn’t do it. The only thing that I need, sqft needs to be show up un the product price because I’m selling per sqft not per item. How can I do that? Thanks

HI @theeliteblinds

Can you please share your store URL and password if it is password protected So I can help you out

Here’s the store url
https://theeliteblinds.com

Hi @theeliteblinds

Just follow the steps Below:

  1. Go to online store → theme
  2. select three dots and select code edit
  3. Search for the file theme.css and base.css
    past that code at the end
.price__container:after {
    content: 'SQFT';
}

.price__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}​

The Result Will Be like

NOTE: change this work if you want any other word to show
content: ‘SQFT’;

I hope this solution worked for you!
if Yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee

I have the base.css but I don’t have the theme.css?

So you can add the code at the end of base.css that is fine

like that

Like what?

It didn’t work out