Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13449

    When I click on the home page and the projects page it displays those words at the top of each page.

    How can I remove the words? They only show up on those two pages.

    interiorsalvagedesign.com

    Many Thanks!

    #13478
    Sakin
    Keymaster

    @interiorsalvage: I don’t get it what you mean. Do you mean to remove “Category Archives: Projects”. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-header .page-title { display: none; }

    #14530

    I still can’t seem to remove the titles “home” and “category archives: projects”

    Does it matter where I put this in the custom css or is there something else in there that’s interfering

    #14535
    Sakin
    Keymaster

    @interiorsalvage: Yes you need to add it in “Appearance => Theme Options => Custom CSS” box or you need to build child theme in then add in child theme style.css
    .page-header { display: none; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove text for location on certain pages in Navigation Menu’ is closed to new replies.