Shapely child css not used

Hi,
I’ve used the child theme directory you suggested here: https://colorlibsupport.com/t/shapely-child-theme/
However when I modify my style.css it doesn’t change on the site.
The only way is to do customize in the child theme and add the css in the “additional css” box.
1/ What am I doing wrong? Usually the CSS from the child overwrites the parent one for the rules we wrote.
2/ I’m trying to have the child functions.php comment / remove the “add_theme_support( ‘wc-product-gallery-zoom’ );” because I don’t want to use it. Any idea how to do that?

Thank you :slight_smile:

Hi there

  1. some css maybe be not overwritten styles from the parent theme style.css this is normal, in this case, you have to use additional css box
  2. not clearly understand this question, can you tell me what you want to achieve?
  1. Thanks.
  2. I need to disable this line that is in the parent functions.php: “add_theme_support( ‘wc-product-gallery-zoom’ );”. How can I use the child theme to do it?

Thanks.

Hello there,

I hope you are doing well today.

You can copy the file to the child theme then remove the line of code from the file in the child theme.

Best Regards,
Support