Change Image product size, Price size, Add to card Site of product in Home page

Dear all
My website using Tyche theme.
Please let me know way :

  1. Change size to smailler ( image, price, add to cart ) of the products in the homepage
  2. Add rows to Tyche Products widget

Thank you very much

Hey there

  1. i need url of the page
  2. You have to check setting if adding row is possible

Noda

  1. My url: thoitrangbeauty.com
  2. Please provide more detial.
    Thanks a lot

Hello,

I hope you are doing well today.

You can use the following CSS code to change the image size and font size by going to Appearance > Customize > Additional CSS and pasting it there.


.tyche-product-image {
    width: 261px;
}

.tyche-product h3 a {
    font-size: 10px;
}

span.woocommerce-Price-amount.amount {
    font-size: 10px;
}

Best Regards,
Support

Hi
After add code to CSS, app appear with Content Widget Area #2 A, Content Widget Area #2 B and Content Widget Area #2 C: Image and text are stacked
Please see file attachment

Thanks so much!

Hello,

That is because of the image size change so you can remove the css that changes the image size to remove the error.

Best Regards,
Support

Thanks for your support

Hello,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support