I have wordpress site wordpress site with psd logo editing it?

dareos

Regular Member
Joined
Oct 14, 2013
Messages
325
Reaction score
9
I want to edit a psd logo remove the text and put mine and also possibly and an image onthe logo i have the program but don't know how to this, perhap's someone here can give a quick guide on how to do this and also how to tile a background image on the site you know the left picture duplicates the right side.
 
psd is a photoshop file and is very big for what it gives you. You really should save that down to a .jpg just for loading speed. if you just want to add to it I know in cs 5 you are able to place a additional picture on top from the file menu in photoshop. not sure about your cs6

as for the tiling it is just a simple edit in your styles css file. use firebug or chrome to highlight what you want to change and add
background-repeat:repeat-x; to tile horizontally. to have a second instance of the picture you need to edit the header php file in your theme.

edit to add this

if you are really trying to change a lot in your theme you might want to check out w3schools online they have a pretty nice walk through on how css works.
 
Last edited:
Hi,

In a psd pic each part of an image drawn in different layers.To remove the part simply delete that corresponding layer.To Add background or foreground select corresponding layer and edit .

All the best.
 
Back
Top