Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   How do I add a post title icon (http://forum.bytesforall.com/showthread.php?t=12378)

johannac Jan 21, 2011 04:30 PM

How do I add a post title icon
 
How can I add a post title icon?

johannac Jan 21, 2011 05:08 PM

Also, I donated but I still don't have access to the other forum.

lmilesw Jan 21, 2011 09:26 PM

Are you looking to have a unique icon for each post or a single icon for all posts. Also you should be all set now to access the Gold forum.

johannac Jan 21, 2011 10:29 PM

Hello,
Just one icon for all posts.
And thank you. You've been very helpful.

lmilesw Jan 22, 2011 06:10 AM

Upload your icon to the Atahualpa images folder and put the following in ATO>Add HTML/CSS Inserts>CSS Inserts. Of course changing "your_image.png" to the name of your png or jpg (I would suggest a png) and you may have to tweak the padding for your image.
HTML Code:

.post-headline {
background: url('<?php echo get_template_directory_uri(); ?>/images/your_image.png') no-repeat;
padding-left: 50px;
}


JenShelton68 May 18, 2011 06:06 AM

Would this be the same process for adding a post divider in the footer? I've added the code to the css changing post-headline to post-footer and of course my image url nothing shows. I'm creating a site for a client can someone help please.

Thank you in advance for your time.

lmilesw May 18, 2011 04:20 PM

More info please?


All times are GMT -6. The time now is 12:01 AM.

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