Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Hide text in p tag command

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28955
    tingo
    Participant

    Hi

    Would someone be kind enough to let me know is their a css command to hide the text in a p tag?

    Many Thanks and Kind Regards

    Charles

    #75268
    virtual
    Participant

    You could add a class to the p tag in the html
    <p class="hide">Bla bla</p>

    in the CSS
    p.hide {display: none;}

    #75506
    tingo
    Participant

    Thank you for your great help

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.