Remove Site Title and Tag Line from inner pages

Discussion in 'ButterBelly WordPress Theme' started by jphillipscad, Jun 18, 2017.

  1. jphillipscad

    jphillipscad New Member

    Joined:
    May 12, 2015
    Messages:
    6
    Likes Received:
    0
    Greetings All. How can I remove the Site Title and Tag Line from the inner pages on my site? I want to keep it on the home page, just not on interior pages.
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    It would be better for us to understand your query with the help of some edited screenshots.
    Please share some screenshots of the concerned areas of your site.

    So that we can deliver you an exact and appropriate solution to you,

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     
  3. jphillipscad

    jphillipscad New Member

    Joined:
    May 12, 2015
    Messages:
    6
    Likes Received:
    0
    Akbar,

    Thank you for replying. I wish to remove the site title and tag line and condense the space between the top menu and the breadcrumbs on all pages except the home page located at http://jeffon30a.com.
    I want to keep the title and tag line on my home page at jeffon30a.com so I believe it would have to be a conditional statement saying that if page is not index page, do not show site title and tag line. The screen shot below is from an internal page. My goal is to reduce the amount of space at the top to get the content closer to the top of the inner pages.
    [​IMG]
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the site title and tagline from the inner pages, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_container.not_home {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page