Hi everyone,
I'm sure there is a simple answer to this....too many hours awake at this point...but I can't figure it out!
I am just testing out a theme in order to do a major overhaul on my site this summer. I am using the "swirl power" theme and the header is Acme Rocket Company with the little rocket ship at the beginning. I cannot figure out how to remove the rocket...arg!
I am using the code editor and have already tried deleting the header and replacing...
Any help would be most appreciated,
Thanks in advance,
Laura
Removing the 'rocket ship' from...
Look in the theme image directory to see what the image file is named, then look in the html code for that image. If it's not there in the html, then look in the CSS as it might be a background image.
CoffeeCup... Yeah, they are the best!
Its in the CSS file
h1 {padding-left:55px; margin:25px 0; font-size:72px; color:#fff; background:url(../images/example_logo.png) left top no-repeat}
So just replace the example_logo.png in the images folder with your own logo. If you change its name you will need to change the link in the CSS file
h1 {padding-left:55px; margin:25px 0; font-size:72px; color:#fff; background:url(../images/example_logo.png) left top no-repeat}
So just replace the example_logo.png in the images folder with your own logo. If you change its name you will need to change the link in the CSS file
I know you believe you understand what you think I said...but I am not sure you realize that what you heard is not exactly what I meant.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.