• Hello, Can someone tell me how to remove the Large Letter from the beginning of my product description And how to remove the additional information tab from product pages too please?

    Thanks

    • This topic was modified 2 years, 1 month ago by lb80.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author pewilliams

    (@pewilliams)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Large Letter’ is closed to new replies.