I recently set up Salient as a child theme so custom work would not get overwritten with updates. When implementing the child theme everything seemed to be working correctly but I've found an issue where the Woo Commerce styles that reside in my child themes stylesheet are not picked up at all. The same stylesheet works fine when adding custom css for Salient so I'm not quite sure what's going on. Can you help?
are you just creating a folder in your child theme called css and adding in a file called woocommerce.css inside?
If so that won't work as you need to actually dequeue the parent theme woocommerce stylesheet and enqueue your own. Please see this ticket for more info:
Hi,
I recently set up Salient as a child theme so custom work would not get overwritten with updates. When implementing the child theme everything seemed to be working correctly but I've found an issue where the Woo Commerce styles that reside in my child themes stylesheet are not picked up at all. The same stylesheet works fine when adding custom css for Salient so I'm not quite sure what's going on. Can you help?
Many thanks,
Callum
Hey Callum,
are you just creating a folder in your child theme called css and adding in a file called woocommerce.css inside?
If so that won't work as you need to actually dequeue the parent theme woocommerce stylesheet and enqueue your own. Please see this ticket for more info:
http://themenectar.ticksy.com/ticket/167594/search...
Cheers :)