Hi,
I would like to edit some info I put in the product info tab, but can not find where to edit…
see link: http://www.farahsramadan.nl/bestellen/niet-gecategoriseerd/hoe-farah-meedoet-met-de-ramadan-zonder-te-vasten/
I would like to delete the info about ‘INHOUDSOPGAVE’ but have no idea how…
Could you please help?
Thanks in advance!
Naima
Hi Naima!
Thank you for using Enfold.
Those info are added automatically. You can’t manually edit them but you can remove it using css. Add this in the Quick CSS field:
.shop_attributes tr:nth-child(4) {
display: none;
}
Best regards,
Ismael
oh wow, great! Thanks Ismael.
Do you perhaps also have a CCS for changing the font in normal instead of italic?
Cheers,
Naima
Hi!
Please add following code to Quick CSS as well
div table.shop_attributes td {
font-style: normal;
}
Cheers!
Yigit
Perfect! It works as well. Thanks Yigit!
Sorry! One tiny detail… The tabel suddenly only shows grey background at ‘leeftijd’ and not at ‘ISBN’ as well..
How can I fixt that?