Motion Theme : Small modification to product page

Good morning everyone,

I have a problem that I cannot resolve on my products pages of the Motion Theme.

I would like the product name (here PIXIE DUST PHONE STRAP) to appear slightly smaller.

And I would like the price to be displayed in the color: # EA731C

This is a big deal for me and if anyone could help me I would be very grateful.

Thank you in advance,

Max

I forget my website adress : https://93pz2de4x1u8o6zs-47455862950.shopifypreview.com

ty

hello @MaxCosta please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product .grid  .grid__item  .product-single__meta .product__price{
    color: #ea731c; 
}

.template-product  .grid  .grid__item  .product-single__meta  .product-single__title{
        font-size: 20px !important;
}
2 Likes

It’s worked for me,

thank you so much!

hi can you help me in my theme 404 error