-
AuthorPosts
-
June 23, 2010 at 2:10 am #151989
Hi, I want to change the user menu bar to a different color and the background to a picture background, how can i achieve this? thanks!
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 23, 2010 at 4:55 am #347789Hi Phee
Open template.css file, line 32
edit this to have different menu bar colour bkg
body#bd {
background: url(../images/mw-bg.gif) repeat-x left top #EBEAE8;
color: #555555;change images/body-bg.jpg for a background for the site in templatesja opalimages for default style or if you use any of the colours black, blue, red , yellow athletic etc it’s called mainwrap-bg.jpg, and is found in the folder matching the colour name
Hope this is a help
Blessings ShannonJune 23, 2010 at 5:34 am #347797Hi shannon! thanks for the reply!
I tried changing the color to #bc6ef8. Althought in the css it says the usermenu is #555555, it’s not that color as the user menu is black.
Is there something wrong?
Thanks!
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 23, 2010 at 6:05 am #347799Sorry about that I was looking as a different menu config
the background is a graphic in the images folder called mainnav-bg.gif
called by line 1013 in template.css#ja-mainnav .inner {
background: url(../images/mainnav-bg.gif) repeat-x left top #333333;
border-bottom: 1px solid #4F4F4F;
padding: 0;
margin: 0 5px;Blessings Shannon
1 user says Thank You to uniquebiz for this useful post
June 24, 2010 at 4:02 pm #347987Hello Shannon,
Do you know how one will go about setting the background of the site to a while color instead of the colors that come with the template? Thanks in advance for your feedback.
Ramadjiuniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 25, 2010 at 1:24 am #348009We’ll assume we are using the default layout
Remove the main bkg imagetemplates/ja_opal/images/body-bg.jpg
Then edit the template.css file – I use a editor called Topstyle 4 it has the ability to show the colors used in the template by their hex number and links to their position in the file very easy to find and alter. Download the trial it’s all you’ll need for this kind of thing.OK find these items at line 25
body {
background: #EBEAE8; *** Change to white – You can use the word white or hex #FFF
color: #000000;
font-family: “Segoe UI”, “Trebuchet MS”, Arial, Helvetica, sans-serif;
line-height: 1.5;
}body#bd {
background: url(../images/mw-bg.gif) repeat-x left top #EBEAE8; ** Delete image path replace with word none;
(ensure semicolon is there) *** Change hex to white or #FFF
color: #555555;
padding: 0;
margin: 0;
}There you have it a white background, if you are using another set style you may have to delete the image background in the folder of the style as well, these have various different names such as bg.gif, mainwrap-bg.jpg,bg.png etc
Thus endeth this tutorial
Have fun
Shannon1 user says Thank You to uniquebiz for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by uniquebiz 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum