Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   need help for blog polishing (http://forum.bytesforall.com/showthread.php?t=961)

zizi Mar 26, 2009 02:21 AM

need help for blog polishing
 
Hello All,

I have 3 pages in my blog, home, about and contact... so when you click on the pages above, you get a new page in the middle of the blog with the title written in big font and in bold, i.e.. HOME, ABOUT and CONTACT.

I need to know how can I change/modify and where change/modify the title font and size ? I also thought about simply deleting the titles on the edit pages title, but if or when you do that, you also get your pages disapeared as there is no where to click.

I hope someone could understand what I meant, it is rather abstract.

Do someone accept jobs to make a easy and genereic make up on the general styling of the blog. I like Atahualpa, I just need to find the right and proper size, style for fonts, add a favicon, add a new logo insated of the written blog name and know who to use the fonctions. I dont need fancy plugins. I just need a very clean "apple" style (maybe better) atmosphere.

I can give donation


Many Thanks.

zizi Mar 26, 2009 01:41 PM

anyone interested ??

Flynn Mar 26, 2009 05:29 PM

I am going to add a offers/requests forum within the next days where this might get more attention

zizi Mar 26, 2009 07:22 PM

Thank you Flynn.

zizi Mar 26, 2009 08:31 PM

Not easy to find help even if you want to pay. I have also sent a message to the automattic wp directory and still waiting..

juggledad Mar 27, 2009 02:16 PM

I'll be willing to see if I can help, send me a PM with a link to your website so I can see what your talking about.

BradBrown Mar 27, 2009 09:14 PM

If you just want to make the title go away on EVERY post and page, then go into the Atahualpa Theme Options>Post/Page Styling. In the Headline Box, put the following:

Code:

display:none;
If you want to keep the titles, but change the way they look, then instead of that go to the same options page and enter the appropriate CSS code into the 3 Headline Boxes for text, links and hover. For example, to change the size you could add something like the following line to what is already in those boxes:

Code:

font-size: 1.5em;
You can adjust that number before em to be bigget or smaller to get a size you like.

zizi Mar 28, 2009 11:47 AM

Thank you BradBrown,

It is much appreciated, I will try it now. In fact, I just want to remove the title on the about page, contact page and etc.. not on every post I will submit in the future.

Best regards, zizi.

zizi Mar 28, 2009 12:23 PM

It worked in fact. Thank you again. But I wish only for the contac and about page only. Not for the articles/pages. However, it is a nice help for the future ! :)

zizi Apr 1, 2009 01:05 AM

My blog is getting better... thank you for you guys help. Now I need a way to distinguish the page titles (contact and about page titles) versus post titles. Is it possible ?

I want to try different sizes (page titles vs post titles)..

Flynn Apr 1, 2009 05:30 PM

Since 3.3 "page" pages get an additional class "page"

HTML Code:

div.post div.post-headline {
font-size: X.Xem;
}
div.page div.post-headline {
font-size: X.Xem !important;
}

I've put !important on the div.page because the page container also has a class "post". With !important the class "page" can overwrite the class "post" which otherwise would be equally strong.


All times are GMT -6. The time now is 09:56 PM.

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