Hi,
I want to replace my price and my taxes (texts) on my impulse theme but i have to modify the code i guess…but i don’t know how can i do it. Climb the price and align with taxes. And why not, same for the “color”,
Thank you very much ![]()
Hi,
I want to replace my price and my taxes (texts) on my impulse theme but i have to modify the code i guess…but i don’t know how can i do it. Climb the price and align with taxes. And why not, same for the “color”,
Thank you very much ![]()
Hi @jeycherries ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
.product-block--price {
display: flex;
flex-wrap: wrap;
align-items: center;
}
I hope it would help you
thank you very much !!