Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Getting rid of blog title on front page only? #howto (http://forum.bytesforall.com/showthread.php?t=16382)

cxp4 Jan 1, 2012 02:57 PM

Getting rid of blog title on front page only? #howto
 
your help is appreciated... thanks.

juggledad Jan 1, 2012 03:50 PM

do a forun search, things like this have been discuessed before.

cxp4 Jan 2, 2012 11:09 AM

Have been looking for a couple of hours with no success :(

lmilesw Jan 2, 2012 01:38 PM

This is a thread I found use a search of "hide blog title" Searching can be an interesting process. You sometimes have to try various words and phrases.

cxp4 Jan 2, 2012 01:59 PM

Thanks for the reply.
I had seen and played with this post without success...
Isn't .post-headline the title of the post?
What I am trying to do is getting rid of the title of the blog on the frontpage (techplusultra.fr/projects/start)

I'm also wondering if I should use themeframe, that I bought as cxp44 over the week-end, rather than invest time in mastering atahualpa???
Is there a product comparison chart?

Thanks again for your time.

juggledad Jan 2, 2012 04:22 PM

Atahualpa is a WordPress Theme (with lots of options)
ThemeFrame is a product that you can use to create WordPress themes
apples and oranges

lmilesw Jan 2, 2012 04:28 PM

This is where using Firebug comes in. With that you could determine the class for the blog title is blogtitle and you could also see that the class for the body on that page is home or page-id-15 so you would build either of the following to not display the blog title on the home page.
HTML Code:

body.home .blogtitle {
    display: none;
}

OR (in your specific case)
HTML Code:

body.page-id-15 .blogtitle {
    display: none;
}

Even with Themeframe you would have to target just the home page.

cxp4 Jan 2, 2012 11:15 PM

Thank you!
you helped me realize that in order to find <h2 class="blogtitle"> I needed to do a lot of digging with firebug


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

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