nwhittlesey Posted August 19, 2022 Share Posted August 19, 2022 (edited) Site URL: https://www.supercubes.com/container-canopies/26x20x10-single-truss I'm trying to hide the price from this group of products. I know how to hide it globally, but I only want to hide the price on this set of products. I can't find a way to select an identifier. Edited August 19, 2022 by nwhittlesey Link to comment
izzyswebsite Posted August 20, 2022 Share Posted August 20, 2022 #item-62ff9eacc633be34e285be69 .product-price { display: none; } Try the code above. Link to comment
tuanphan Posted August 21, 2022 Share Posted August 21, 2022 You can also edit product > Additional Info > Add a Code Block > use this code <style> .product-price { display: none !important; } </style> Venera 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
nwhittlesey Posted August 25, 2022 Author Share Posted August 25, 2022 On 8/19/2022 at 8:44 PM, izzyswebsite said: #item-62ff9eacc633be34e285be69 .product-price { display: none; } Try the code above. Sorry, I'm just seeing this. Thanks, that worked for the first product, but there are four. How did you find that ID? Link to comment
nwhittlesey Posted August 25, 2022 Author Share Posted August 25, 2022 On 8/20/2022 at 9:18 PM, tuanphan said: You can also edit product > Additional Info > Add a Code Block > use this code <style> .product-price { display: none !important; } </style> Sorry, just seeing this. If I add a code block won't that affect all the prices on the page. I only want to hide the canopy prices. Maybe I'm not sure exactly where to add the Code Block. Thanks! Link to comment
izzyswebsite Posted August 25, 2022 Share Posted August 25, 2022 You can find the ID's you want in chrome browser. You can right click and select inspect. That will bring up developer mode which will have lots of options and can be alittle hard to learn. I'd just give you the ID's, but I can't right now cause I'm on my phone and got some problems at home. I'll try to help you later if I have time. Link to comment
tuanphan Posted August 25, 2022 Share Posted August 25, 2022 6 hours ago, nwhittlesey said: Sorry, just seeing this. If I add a code block won't that affect all the prices on the page. I only want to hide the canopy prices. Maybe I'm not sure exactly where to add the Code Block. Thanks! You mean hide on Individual Product, or hide price on Shop List Page. My code for individual product Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
izzyswebsite Posted August 25, 2022 Share Posted August 25, 2022 #item-62ffa4e4c633be34e285c140 #item-62ffac1fc633be34e285c5c8 #item-62ffadc7c633be34e285c752 Above are the other ones. nwhittlesey 1 Link to comment
nwhittlesey Posted August 30, 2022 Author Share Posted August 30, 2022 Thank you so much! I AM familiar with the inspection tools, but I couldn't find these IDs. I just looked again I finally see where they're located. I'm used to items turning blue when I roll over them and this cart info doesn't do that. Good to know. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment