-
AuthorPosts
-
jordank87 Friend
jordank87
- Join date:
- September 2008
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
September 23, 2008 at 10:39 am #133628Thank you,
I am looking to change the background for my vm_cart is white and i would like to change this to red, how do i go about doing this? i would also like to change the text to white?
I have attachted a screen shot.
Thanks
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 26, 2008 at 4:12 am #272393first of all you must edit the bg image(vmcart-bg.gif) that is located inside of templates folder of mesolite in the following folder templates/jamesolite/images/vmcart-bg.gif to adjust his bg color to red then in the ja.vm.css stylesheet must change the color of background from #ffffff to the apropiate hex color that styel is inside of the following css class
#ja-vmcart div.moduletable {
border: none;
background: url(../images/vmcart-bg.gif) no-repeat right 15px #FFFFFF;
overflow: hidden;
height: 100px;
padding: 0 15px;this must make your site looks totally fitted to your needs
jordank87 Friendjordank87
- Join date:
- September 2008
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
September 26, 2008 at 9:54 am #272451Hi thanks i got this to work only problem is i cant seem to get the colour of the text to change around it i have included an example.
Thanks
Jordan
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 26, 2008 at 8:24 pm #272516jordan after an in deepth review a found the following the class that defines the color text for the ‘Your Cart is currently empty’ label is the following vm-total-pro clearfix in fact if you use the ff extension firebug you will see it. but inside of that tag there is no any font color atribute so it must come from other class maybe and upper class so if you take the ja.vm.css code line as follows
.vm-total-pro {
padding: 10px 0 0;
clear: left;
text-align: center;
}and you add a css tag as follows
.vm-total-pro {
padding: 10px 0 0;
clear: left;
text-align: center;
color: #ffffff;
}that must fixed your color requirements
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 26, 2008 at 10:04 pm #272573jordan let me know if this helps you
jordank87 Friendjordank87
- Join date:
- September 2008
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
September 27, 2008 at 12:42 pm #272681Hi shertmann,
Yes this has fixed 99% of the problem thank you, only the word basket is now still grey any ideas?
Thanks
Jordan
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 27, 2008 at 9:54 pm #272759jordan you refer to show basket or only basket are in grey?
jordank87 Friendjordank87
- Join date:
- September 2008
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
September 27, 2008 at 10:08 pm #272764Hi only the word basket… the rest of the text is all white
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 27, 2008 at 10:17 pm #272766jordan please post here your template.css and your ja.vm.css ir order to check it and see where the problem is
jordank87 Friendjordank87
- Join date:
- September 2008
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
September 27, 2008 at 10:24 pm #272769shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 27, 2008 at 10:38 pm #272770well i have see a detail in the body#bd css tag
body#bd {
color: #666666;
background: #E6E6E6;
margin: 30px 0;
}
the font color is set to grey so is probably that this font color atribute are giving the color to that label basket so let me check and look a solution for youshertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 27, 2008 at 11:07 pm #272773you make any other modification in any other file ? if so send it to me for i have the same look of you
jordank87 Friendjordank87
- Join date:
- September 2008
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
September 27, 2008 at 11:19 pm #272776The only other file i have changed is the language file but that wouldnt be anything to do with it… is it maybe in red.css?
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 27, 2008 at 11:31 pm #272778if you have the color variation red selected there is no one css atribute for that label for font color so it came from the body#bd atribute. so we must to assign some font atribute in the red.css
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
September 27, 2008 at 11:34 pm #272779ready i found the solution in red.css look for the line 32
it looks like this
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3,
div.moduletable_menuhilite h3 {
background: url(../../images/red/dot-hilite.gif) repeat-y left #F7F7F7;
}and set like this
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3,
div.moduletable_menuhilite h3 {
background: url(../../images/red/dot-hilite.gif) repeat-y left #F7F7F7;
color: #FFFFFF;
}with that the basket must look in white
AuthorPostsThis topic contains 24 replies, has 2 voices, and was last updated by shertmann 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum