• My company’s site is https://www.flauntitsportwear.com. The site was created several years ago by a former employee. I’m learning Word Press via Lynda.com to finish it.
    My problem is I can’t figure out how to get rid of the page name HOME in the white part of the Home page next to the map graphic. I don’t like how it looks and would like to get rid of it. Any help would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Is it it just the home page you wish to remove page titles from?

    the quickest way to do this if its not a theme option is to add this in your css

    Appearance > Editor > Stylesheet.css (by default stylesheet.css should automatically load.

    the first 2 lines should be

    /*======================================
    Theme Name: zeeBusiness
    Theme URI: https://themezee.com/zeebusiness

    just add this to the very bottom.

    .page-title {
        display:none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't Get Rid Of Page Name’ is closed to new replies.