Sorry for the delay.
I can’t give you an URL because my shop is not open yet, but I found another issue.
I can’t customize any Newspaper Woocommerce CSS because the Newspaper Woocommercer CSS file is loaded after the Newspaper Child Theme CSS !!!
<link rel=’stylesheet’ id=’td-theme-child-css’ href=’https://www.mywebsite.com/wp-content/themes/Newspaper-child/style.css?ver=9.6.1c’ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’td-theme-woo-css’ href=’https://www.mywebsite.com/wp-content/themes/Newspaper/style-woocommerce.css?ver=9.6.1′ type=’text/css’ media=’all’ />
Newspaper CSS Child Theme should be loaded last !
So how can I override the CSS in “Newspaper/style-woocommerce.css” ? Most of them have a “!important” tag …
Best Regards
Hi Fred,
Please notice that’s the default theme’s functionality and the order of applying the style. So, if you need to make some changes in that case, through changing some rule and priorities, please check the following section from the theme core file, where these are created, from here -> https://www.screencast.com/t/vcY1DHhoMA Also, for more information about this WordPress function, please check the following useful guide from here -> https://developer.wordpress.org/reference/functions/wp_enqueue_style/ Please notice that task implies doing such additional customizations and we cannot provide this at the moment, sorry! If you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you!
Thank you!
