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 » Header configuration & styling »

[SOLVED] Hide page titles using CSS


  #1  
Old Mar 25, 2014, 06:35 AM
stevinoz
 
61 posts · Sep 2012
Send a message via Skype™ to stevinoz
I need to hide page titles not with the Config SEO but with CSS in the css inserts section, anyone with any ideas?
  #2  
Old Mar 25, 2014, 07:01 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
If you want to hide all titles on posts and pages you would use .post-headline as the selector. If you want to hide only on certain posts or pages you will need to use a tool like Firebug to determine the id for the post or page and add that to the .post-headline selector. Then use display:none to hide the title for what you want.
__________________
~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.
  #3  
Old Mar 25, 2014, 07:13 AM
stevinoz
 
61 posts · Sep 2012
Send a message via Skype™ to stevinoz
I have put in with or without the important and no difference
.post-headline display:none !important;
  #4  
Old Mar 25, 2014, 07:47 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Was leaving our the curly braces a typo? The code should be
HTML Code:
.post-headline { display:none; }
__________________
~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 Mar 25, 2014, 08:39 AM
stevinoz
 
61 posts · Sep 2012
Send a message via Skype™ to stevinoz
Quote:
Originally Posted by lmilesw
Was leaving our the curly braces a typo? The code should be
HTML Code:
.post-headline { display:none; }
yes I did forget the curly's on that but even when I tried it with them it didn't work, I'm putting it in html/css inserts, is that right?
I should also mention I'm trying this because the config/seo option does not work because of a conflict with a needed plugin.

Last edited by stevinoz; Mar 25, 2014 at 08:41 AM.
  #6  
Old Mar 25, 2014, 10:34 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What is the link to the site?
__________________
~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.
  #7  
Old Mar 25, 2014, 09:08 PM
stevinoz
 
61 posts · Sep 2012
Send a message via Skype™ to stevinoz
http://aflservices.com.au/ with everything up to date
  #8  
Old Mar 26, 2014, 06:31 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Those aren't page titles, they are widget titles. If you wanted to get rid of all the widget titles you could use.
HTML Code:
.widget-title {
    display: none !important;
}
If you want to get rid of the widget titles only on certain widgets/pages you would use something like the following which works on the home page.
HTML Code:
#text-2 .widget-title {
    display: none;
}
#text-2 {
    margin-top: 20px;
}
The second part of that code moves the content of the widget down to line up with the text to the right.

It seems like it would have been easier to just create a site with no sidebars and put all the content on each page instead of using widgets.
__________________
~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.
  #9  
Old Apr 27, 2014, 04:08 AM
stevinoz
 
61 posts · Sep 2012
Send a message via Skype™ to stevinoz
Quote:
Originally Posted by lmilesw
It seems like it would have been easier to just create a site with no sidebars and put all the content on each page instead of using widgets.
I am in awe of the simplicity of this logic, why did I think it had to be so complicated!

Again, thanks lmilesw for your help I'll whip through another donation for this.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Hide page titles but not posts titles options not working stevinoz Header configuration & styling 4 Mar 18, 2014 03:57 AM
[SOLVED] Help me!I want to know how can i hide the page titles in each page. lhnbmx Page & Category Menu Bars 1 May 18, 2011 04:04 AM
[SOLVED] How to hide page titles but not post titles? WSMedia Header configuration & styling 2 Jan 19, 2011 07:28 AM
[SOLVED] How to hide page titles on the home page Tim F Post-Kicker, -Byline & -Footer 1 Aug 22, 2009 04:18 AM


All times are GMT -6. The time now is 10:14 PM.


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