Wrong page titles (Shop/Categories/Products)
-
Hello, please i need urgent help, Woocommerce shop page is showing wrong titles same with the product categories and products itself, i think it automatically picks one of my product titles/category title and sets it as page title radomly. I’ve tried hiding the page titles using the below code, but what i’ve observed is that the code applies to every other page but woocommerce shop and its categories and products and am sure i got their correct ID’s. the only time a code applies to woocommerce is when am hiding all the titles (That’s on every page) but the problem is i don’t want to hide title on every page just the woocommerce page. can someone help?
#310 – /shop/ #intro.option1 .page-title,
.page-id-310 #intro.option1 .page-title,
.page-id-312 #intro.option1 .page-title,
.page-id-313 #intro.option1 .page-title {
display: none;
}
- The topic ‘Wrong page titles (Shop/Categories/Products)’ is closed to new replies.