This topic has 5 replies, 3 voices, and was last updated 2 years, 6 months ago ago by Olga Barlow
Hi! after the last update, (from 8.1.3 to 8.1.4) my single product pages still displaying product badge even after selecting/turning on “Select to hide the badges in sidebars and widgets.” as well as turning on “Enable to hide the badges in the product detail pages.”
Also, down below on the single product page, in the Related Products section, badges are showing and on top of that, they don’t seem to be rendering right.
Tried different browsers, both logged in and logged out as well as clearing cache on browser level as well as within the wordpress dashboard. I never had this particular issue before.
please see the attached quick screen recording. thanks again, and look forward to hearing back. –> https://screenrec.com/share/rTj8q2aNDx
SFTP Access as well as 8theme support user profile login credentials included in private cont. area
-Nick
Hello,
Add the next code in Theme Options > Theme custom CSS:
.single-product .yith-wcbm-badge {
display: none;
}
Regards
That did it thanks! – where can i find, and if it’s not in the support section, can you please provide a list of theme classes like in the reply above. it’s just exhausting having to search through and find and try several classes before the CSS selector starts working whether it’s the styling or something else.
thx!
That did it thanks! – where can i find, and if it’s not in the support section, can you please provide a list of theme classes like in the reply above. it’s just exhausting having to search through and find and try several classes before the CSS selector starts working whether it’s the styling or something else.
Hello,
We don’t have such a list. You can use the Chrome inspector tool or any other browser dev tool to find the HTML structure of the page and classes that all the elements have https://prnt.sc/3BAsrT-u-dyn
Regards
Tagged: 8.1.3, 8.1.4, sale badge, single-product page, templates, update, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up