LBProd
Member
Posted 10 months ago #
OK, here it is. I am using the Streamline template
my web address is http://www.levysbakeryproductions.com
The title on the main page of my site reads Levy's Bakery Productions
I changed the title in the GENERAL section so it reads Levy's Bakery Media now.
I can not find the section where I can change it to Levy's Bakery Media on the main page so when you go to my website and look on the page it says Levy's Bakery Media. Where do I change it so it reflects the change I made in the site title? I am not tech savvy
Bethany Cooper
Member
Posted 10 months ago #
Hi,
I've just looked at your website through Firebug and it looks like your main site title (Levy's Bakery Productions) is an image:
#header #imageheader {
background: url("images/logo.png") no-repeat scroll left top transparent;
height: 100%;
text-indent: -10000px;
width: 460px;
}
This means that if you want to change it to 'Levy's Bakery Media', you'll have to edit 'logo.png'.
LBProd
Member
Posted 10 months ago #
So change the "logo" to "Levy's Bakery Media"? A friend did it for me originally. just not that techy when it comes to changing things like this
Bethany Cooper
Member
Posted 10 months ago #
Yeah, if you just get your friend to change 'Productions' to 'Media' it should be fine.
LBProd
Member
Posted 10 months ago #
He is in London working at the Olympics. Trying to find it myself to change, not easy, lol
Bethany Cooper
Member
Posted 10 months ago #
You can find it by going into your FTP and then public_html/wp-content/themes/streamline/images/logo.png
However, because it's saved as a PNG, the layers are compressed so you won't be able to edit it. In order to edit it, you need a PSD file.