Remove Page Title from All Pages

Support Area Forums Foxy Remove Page Title from All Pages

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #28552
    Advanced
    Participant

    Hello Bill,

    In this thread: https://support.organizedthemes.com/forums/topic/remove-page-title-from-home-page/ you gave directions on how to remove the page title from the home page. I tried the code and it works. How can the page title and box it’s in be removed from every page?

    Also, how could some padding be added, as it seems once the page title (within to box in the left corner) is gone, what you type (for example an h1 line) seems a bit too close to the top of the content area.

    Thanks,
    Susan

    #28553
    Bill Robbins
    Moderator

    Hello Susan,

    Give this a try and see if doesn’t take out titles everywhere and also give you some padding:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      h2.title,
      h1.title {
      	display: none;
      }
      
      #content {
      	padding: 30px;
      }
      
    3. Update your settings.

    Have a great week,
    Bill

    #28555
    Advanced
    Participant

    That works!!

    Thanks again for your lightning support. You rock!

    Have a great week as well,
    Susan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Page Title from All Pages’ is closed to new replies.