Also the page title in Shop page shows the title of the first product on the list. If I change the order of the products it still shows the first item as the page title.
Hii,
Firstly create a child theme using a plugin – https://wordpress.org/plugins/orbisius-child-theme-creator/
Copy and paste a woocommerce.php file from parent theme to the child theme and replace it with a code given in the below link and save the file –
https://pastebin.com/qz56pE3L
Now go to Dashboard -> Appearance -> Customizer -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –
.product h2.woocommerce-loop-product__title {
color: #515151;
}
.enigma_header_breadcrum_title h2.woo_title {
color: #515151;
}
.enigma_blog_wrapper h1.page-title {
color: #515151;
}
Thanks.
Thank you so much!!! Worked perfectly!!
Your most welcome,
Let us know for further query.