Re: All Business template Support Thread
Quote:
Thanks for your All Business. I have traying to change the blue color scheme in the template to another like the Bodith.com (but not pink ). No success for me.
Can you tips me where and how i can do that? When am finished with my e-shop i will give you a donate to a big cup of coffee.
http://www.smyckeofsweden.se
You need to change the colors in the stylesheets that control the various parts of the template in the css directory. You will also need to re-do the graphics.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Hi,
Thanks for your reply.
My site: silvaro dot nl
If you look at the footer you see the links under Quick Links, Information etc....
Right now the hover is blue,but i want to underline the links as hover,hope you understand what I mean
Few other questions:
How can I only change the background color of the header,I tried to change the #fff into i.e.#ffff00 ,but not just the header background changed,but the background of the whole body
And one other think,is it possible to create corner on the top header,now the top of the template is square,but i'd like to have corners,is tis possible with -moz-browser?
Thanks for your time and help.
Richard
Your site is magento?
Thanks,
Anne
Re: All Business template Support Thread
Hi
I am trying to change the colours of the product texts of categories and sub categories .I've tried firebug but just can't seem to find out where to change the colours ,it seems to lead to betterCategories but there are no colours corresponding to black I want to make the categories dark black and the sub category another colour as It can get confusing being all the same colour
thanks
Re: All Business template Support Thread
Quote:
Hi
I am trying to change the colours of the product texts of categories and sub categories .I've tried firebug but just can't seem to find out where to change the colours ,it seems to lead to betterCategories but there are no colours corresponding to black I want to make the categories dark black and the sub category another colour as It can get confusing being all the same colour
thanks
Hello :smile: Please post a link to your site so that I can take a look.
thanks,
Anne
Re: All Business template Support Thread
www.atsworld.co.uk
thanks you have been on it before :smile:
Re: All Business template Support Thread
Of course, I remember you :smile: I just did not remember your site url.
Add this to the bottom of your stylesheet_betterCategoriesEzInfo.css:
Code:
.category-subs-parent{color:#000;}
Then replace:
Code:
.betterCategories a, .betterCategories a:visited,
.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited {
display: block;
background-color: #fffffe;
border-top: 2px solid #ffffff;
border-bottom:1px dashed #ccc;
padding: 4px;
}
with:
Code:
.betterCategories a, .betterCategories a:visited,
.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited {
display: block;
background-color: #fffffe;
border-top: 2px solid #ffffff;
border-bottom:1px dashed #ccc;
padding: 4px;
color:#your color hexidecimal number here;
}
Thanks,
Anne
Re: All Business template Support Thread
Hi sort of there I've changed them to the blue but once I click on a category it is also blue but want it to remain black and the heading I opened turns black when it should be blue
hope you can follow lol
thanks for your help
Re: All Business template Support Thread
to late to edit
Hi sort of there I've changed them to the blue but once I click on a category the sub category is also blue but want it to remain black and the heading I opened turns black when it should be blue
hope you can follow lol
Re: All Business template Support Thread
Quote:
to late to edit
Hi sort of there I've changed them to the blue but once I click on a category the sub category is also blue but want it to remain black and the heading I opened turns black when it should be blue
hope you can follow lol
I am sorry, but I do not understand what you want to do. The problem is with terminology. If you could explain what you want to do using standard css terms then I might be able to follow you. Can you take a look at the w3c schools css tutorial (specifically the links section) and see if you can explain better? You will probably be able to do this yourself if you read the tutorial :smile:
Thanks,
Anne
1 Attachment(s)
Re: All Business template Support Thread
hi have had a look at that site and am completely lost to be honest
what I want to do is on my site when you click on jewellery I want boxes,bracelets,brooches,chains all the way to sets to be another colour ... So people can distinguish between all the main categories you will also see that the main categories are capital and the sub categories are lower case
I've knocked up a little picture to show black and blue colours
hope this helps :smile::smile::smile:
if not let me know again