How can I reposition the tax tag in Dawn?

Solved

How can I reposition the tax tag in Dawn?

harukajmickey
Shopify Partner
119 0 9

Hello all,

 

I am using Dawn.

I would like to move the position of tax tag to the location mentioned in the following screenshot.

Class is "product__tax caption rte"

 

Does anyone know how to do it?

Thank you in advance.

スクリーンショット 2022-10-28 12.09.37.png

 

 

 

Accepted Solution (1)
oscprofessional
Shopify Partner
16343 2438 3177

This is an accepted solution.

@harukajmickey 
Hello,

#price-template--14489929449538__main {
	float: left;
	margin: 0;
}
.price--on-sale .price__badge-sale {
	width: 35%;
}
.product__tax.caption.rte {
	margin-top: 45px;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.css.liquid

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 8 (8)

oscprofessional
Shopify Partner
16343 2438 3177

@harukajmickey ,

Share the store URL ?

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
harukajmickey
Shopify Partner
119 0 9

oops, my bad.

Here it is.

 

https://hobot-japan.com/products/hobot_001

oscprofessional
Shopify Partner
16343 2438 3177

@harukajmickey 
Hello,

#price-template--14489929449538__main {
	float: left;
	margin: 0;
}
.price--on-sale .price__badge-sale {
	width: 35%;
}
.product__tax.caption.rte {
	margin-top: 45px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->component-price.scss.liquid

Like This

oscprofessional_0-1666950976360.png

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
harukajmickey
Shopify Partner
119 0 9

Thank you @oscprofessional 

 

I put these codes in component-price.css but it didn't work....

oscprofessional
Shopify Partner
16343 2438 3177

This is an accepted solution.

@harukajmickey 
Hello,

#price-template--14489929449538__main {
	float: left;
	margin: 0;
}
.price--on-sale .price__badge-sale {
	width: 35%;
}
.product__tax.caption.rte {
	margin-top: 45px;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.css.liquid

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
harukajmickey
Shopify Partner
119 0 9

@oscprofessional 

 

Thank you so much! It worked perfect.

oscprofessional
Shopify Partner
16343 2438 3177

@harukajmickey 
This Solution its Useful so Please Like Post

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
harukajmickey
Shopify Partner
119 0 9

@oscprofessional 

 

The tag on another product page is shown like this. Do you know how to adjust it?

https://hobot-japan.com/products/hobot_003

スクリーンショット 2022-11-02 16.52.10 1.png