Viewing 2 replies - 1 through 2 (of 2 total)
  • Phil

    (@websterwebguru)

    Hello,

    So in WordPress there are not any HTML files, but PHP files which generate HTML. If you would like to go the CSS route you can set the CSS for that element to display: none; . If you just comment out the CSS what will happen is the styling will disappear, but not the element.
    If you want to delete actual element in the theme the first place I would look is in the header.php file. I would proceed with caution if you go this route as you could cause other problems with your theme.

    Thread Starter AnthonyTassel

    (@anthonytassel)

    Fixed it thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deleting an HTML item’ is closed to new replies.