- Thank you received: 0
background image in top menu
-
indira
-
Topic Author
- New Member
-
Less
More
10 years 10 months ago #39510
by indira
background image in top menu was created by indira
Sir
I want to insert a bg image in top menu - re www.shafafurnitureltd.com/
Kindly provide a script and also advise where I should insert the codes.
Thx a lot
Indira
I want to insert a bg image in top menu - re www.shafafurnitureltd.com/
Kindly provide a script and also advise where I should insert the codes.
Thx a lot
Indira
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
10 years 10 months ago #39513
by milos
Replied by milos on topic background image in top menu
Hello Indira,
You can add this code in file /templates/hot_furniturestore/css/template_css.css:
In this code:
- #000000 is the color of background if image is transparent PNG or doesn't fit the entire space
- yourimage.png is the name of your background image uploaded to /templates/hot_furniturestore/images
- top center - it means image is aligned top and centered
- no-repeat - it means image will not repeat. You can also put "repeat" value here or "repeat-x"
Thanks
You can add this code in file /templates/hot_furniturestore/css/template_css.css:
Code:
#header {
background: #000000 url(../images/yourimage.png) top center no-repeat !important;
}
In this code:
- #000000 is the color of background if image is transparent PNG or doesn't fit the entire space
- yourimage.png is the name of your background image uploaded to /templates/hot_furniturestore/images
- top center - it means image is aligned top and centered
- no-repeat - it means image will not repeat. You can also put "repeat" value here or "repeat-x"
Thanks
The following user(s) said Thank You: indira
Please Log in to join the conversation.
Time to create page: 0.156 seconds