Hello,
For your above-given query, you can hide a large Letter from the beginning of my product description by giving the following CSS in Additional CSS
>> Goto Dashboard >> Goto Appearance >> Goto customize >> Goto Additional CSS >> Right your CSS code >> Publish
#tab-description h2 {
display: none;
}
From the above procedure, you are able to hide the description
Thanks
Thread Starter
lb80
(@lb80)
Hi, Thanks for your reply however this code didn’t work, Could you check the code please? Thanks