sashee4
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing title in Liquorice themeHi Angeleen, the reason you don’t see an image is because I took it down. You can inset a header image by editing the style.css file.
If you follow the steps I outlined above and replace this picture URL “http://ashalinagoesrunning.com/wp-content/uploads/2011/12/Header-Image.png” with your own it should work no problems. You might need to play with the padding to get it to look right by adding a “padding-top” and playing with the sizes.
Hope that helps!
Forum: Themes and Templates
In reply to: Removing title in Liquorice themeI figured it out. You can see the finished product here. http://ashalinagoesrunning.com/
Step 1. I deleted the site title and description as SimonLG instructed above.
Step 2. Inserted the image location into the background code below.
#canvas {
background:transparent url(http://ashalinagoesrunning.com/wp-content/uploads/2011/12/Header-Image.png) top right no-repeat;
margin: 0 auto;
padding:40px 0;
padding-top:379px;
width:1000px;Step 3. I added the ‘padding-top’ code to the height of my header and voila, done!
Hope that’s helps you out Shilo!
Forum: Themes and Templates
In reply to: Removing title in Liquorice themeHey Rhianna,
I’m trying to do the same thing as you, insert a banner instead of the site title. Where did you end up inserting the img code so that it would display correctly?
Cheers
Sasha