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.
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).
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.
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