We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Product Page: Display tax "inkl. MwSt." next to price

Solved

Product Page: Display tax "inkl. MwSt." next to price

isabellemaria
Trailblazer
223 2 27

Hi there!

 

I need to display the tax disclaimer "inkl. MwSt" next to the price. How can I do it? Currently it's below the price.

www.taneraskin.com using Dawn theme.

 

Bildschirmfoto 2024-06-09 um 16.08.51.png

 

Best regards,

 

Isabelle

Accepted Solution (1)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @isabellemaria 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.product__tax.caption, .price, div[role="status"]:has(.price) {
   display: inline !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @isabellemaria 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.product__tax.caption, .price, div[role="status"]:has(.price) {
   display: inline !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.