bloggeridea
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding Image to Header on Snowblind ThemeHi there,
In snowblind theme is very easy to add logo to the header.
Go to your hosting account and upload your file jpg, gif, to /public_html/
once you done that. Go to your wordpress admin panel under header & layout for snowblind theme and add path where is said Header LOGOhttp://www.yoursite.com/imagename.jpg
I hope this helps
Forum: Themes and Templates
In reply to: change headerI figure out and posted anywhere someone need help change colors, logo , headers, etc for simpleX
Forum: Themes and Templates
In reply to: Header background image using simpleX themeVisit this site for code colors
Forum: Themes and Templates
In reply to: Header background image using simpleX themedefault.css
find his
#header {
background: #FF0000;
}
Color will change to red….Forum: Themes and Templates
In reply to: How to add a logo to my Blog?Ok….I figure myself here is the ANSWER for everyone who looking to place custom logo into the header next to your title
YOUR HEADER NOW (FIND THIS CODE IN YOUR HEADER PAGE)
<h1>/”><?php bloginfo(‘name’); ?></h1>
REPLACE WITH THIS (UPLOAD YOUR LOGO INTO YOUR THEME IMAGES DIRECTORY
<h1>/”><img src=”<?php echo get_option(‘home’); ?>/wordpress/wp-content/themes/THEMENAME/THEME/images/YOURIMAGENAME.jpg” title=”YOURTITLEORANYTEXT.” alt=”IMAGE TEXT.” height=”50″ width=”50″ />SITE NAME TITLE</h1>
I hope this help…Good luck
Forum: Themes and Templates
In reply to: How to add a logo to the site template?Ok….I figure myself here is the ANSWER for everyone who looking to place custom logo into the header next to your title
YOUR HEADER NOW (FIND THIS CODE IN YOUR HEADER PAGE)
<h1>/”><?php bloginfo(‘name’); ?></h1>
REPLACE WITH THIS (UPLOAD YOUR LOGO INTO YOUR THEME IMAGES DIRECTORY
<h1>/”><img src=”<?php echo get_option(‘home’); ?>/wordpress/wp-content/themes/THEMENAME/THEME/images/YOURIMAGENAME.jpg” title=”YOURTITLEORANYTEXT.” alt=”IMAGE TEXT.” height=”50″ width=”50″ />SITE NAME TITLE</h1>
I hope this help…Good luck
Forum: Themes and Templates
In reply to: change headerI have simplex theme also…I try to figure out how to change color and also place my logo next to my title…
I search forum all day to find those answers, still nothing:-(
Forum: Themes and Templates
In reply to: How to add a logo to the site template?I have none of this in my header…..I want to place logo on my site, and really need help with this
here is theme I use simple X and my logo is on the favicon and also listed on AD space sidebar page, just to give you Idea , what I want to do..
I want to add logo on left corner on my header before title . I try it , and couldn’t find proper code for it….
Any help appreciated