Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] how to remove title AND its line space from a Page


  #1  
Old Jun 10, 2013, 07:48 AM
joe hark
 
168 posts · Feb 2009
[SOLVED] how to remove title AND its line space from a Page

There is a thread (closed) that says to remove title from all pages/posts:

body.page-id-2818 div.post-headline h1, div.post-headline h2 {display: none;}

But i want to remove from only one specific page per this photo. The above does not tell me where to insert the code, so that too would be greatly appreciated. Thanks in advance.

  #2  
Old Jun 10, 2013, 10:01 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
put the CSS in the 'CSS Inserts' option

this 'body.page-id-2818 div.post-headline h1 {display: none;}' will hide it on page ID 2818
  #3  
Old Jun 10, 2013, 10:36 AM
joe hark
 
168 posts · Feb 2009
The page in question is ID-2, so in CSS Inserts, as the first line, I pasted

CSS Inserts
Add CSS code here that you want to append to your theme's CSS file.

body.page-id-2 div.post-headline h1 {display: none;}

I created the Page without giving it a title but the empty space is unchanged.

Here's the site.

http://americantechnologytraininginstitute.com

BTW - thanks again for your help. it is sincerely appreciated.
  #4  
Old Jun 10, 2013, 10:46 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Not adding a title doesn't get rid of the space it takes up. The display none does that. To move the image up a bit you could use
HTML Code:
.post {
    margin-top: -20px !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Jun 10, 2013, 11:11 AM
joe hark
 
168 posts · Feb 2009
thanks! that second answer worked.

But thanks to both of you for making ATA so well supported.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to put line under pages menu or remove space above bar1 TraciBunkers Header configuration & styling 9 Jan 10, 2012 11:37 PM
BUGFIX 364-01: “Title tags in Category Menu Bar” fails to remove muti-line title juggledad Old Version fixes and change logs 2 Feb 10, 2011 03:47 PM
How to: Remove link from blog title & add a thin solid black line below the page menu SavingHumanity Header configuration & styling 6 Jul 2, 2010 05:20 PM
[SOLVED] How to remove space left by blank page title Stingraynut Center area post/pages 11 May 16, 2010 06:28 PM
[SOLVED] How can I put some space between the blog title and the tag line? X-Evolutionist Atahualpa 3 Wordpress theme 2 Mar 16, 2010 07:56 AM


All times are GMT -6. The time now is 05:30 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.