Hi guys ! how can I change my menu bar into image I created in photoshop and please send me too the required size of menu bar? please help ! thanks ! :D
http://screencast.com/t/oxPWJixMg
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
Hi guys ! how can I change my menu bar into image I created in photoshop and please send me too the required size of menu bar? please help ! thanks ! :D
http://screencast.com/t/oxPWJixMg
Width of menu background is 950px
paste this code in Custom CSS
Appearance > Theme Option > Styling Option > Custom CSS
#menu .ddsmoothmenu {
background:url(your image address);
}
Thanks.
thanks for your reply NITESH.. :) what do you mean by image address? and could I ask what height of menu background? thanks! :)
Ohhh I needed this answer too! I uploaded a grey line on photobucket then that gave me a url address that I copied into. The image will adjust itself. The only problem is it doesn't go across the whole screen, how can I fix that?
You have to put address of your image at the place of "your image address" which you want to add as menu background.
Background height and width
height:33px and width:950px.
Thanks.
What is the code to do the width and height bit?
@antoniamaslin
#menu .ddsmoothmenu {
height: enter your height;
width: enter your width;
}
Thanks.
You must log in to post.