Zen Cart Logo
Forums / Addon Templates / All Business template Support Thread

All Business template Support Thread

Views: 183,248

Results 481 to 500 of 997
16 Feb 2011, 21:16
#481
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

All Business template Support Thread

picaflor-azul:

If you post a link to your site I can take a look.

If you are talking about rows for the product listing page, this is in the admin--configuration--product listing--Product Listing - Columns Per Row

Thanks,

Anne

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 :smile:

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 :huh:

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

25 Feb 2011, 22:50
#482
mr_mson avatar

mr_mson

New Zenner

Join Date:
Feb 2011
Location:
Gothenburg, Sweden
Posts:
2
Plugin Contributions:
0

Re: All Business template Support Thread

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 :D). 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

26 Feb 2011, 17:27
#483
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: All Business template Support Thread

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

26 Feb 2011, 17:39
#484
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: All Business template Support Thread

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

27 Feb 2011, 14:22
#485
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

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

27 Feb 2011, 17:01
#486
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

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

Hello :smile: Please post a link to your site so that I can take a look.

thanks,

Anne

27 Feb 2011, 18:57
#487
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

https://www.atsworld.co.uk

thanks you have been on it before :smile:

27 Feb 2011, 21:09
#488
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: All Business template Support Thread

https://www.atsworld.co.uk

thanks you have been on it before

Of course, I remember you :smile: I just did not remember your site url.

Add this to the bottom of your stylesheet_betterCategoriesEzInfo.css:

.category-subs-parent{color:#000;}

Then replace:

.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:

.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

28 Feb 2011, 13:32
#489
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

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

28 Feb 2011, 13:50
#490
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

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

28 Feb 2011, 16:32
#491
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

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

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

28 Feb 2011, 19:02
#492
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

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

28 Feb 2011, 21:19
#493
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

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
if not let me know again

Add this to the bottom of your stylesheet_betterCategoriesEzInfo.css:

a.category-products {color:#your color hexidecimal number here;}

Thanks,

Anne

28 Feb 2011, 22:48
#494
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

Hi Anne it's looking better and the colour is right but when you click on 1 of them it turns to black and stays black even though it was blue before ...very weird
it's as if there is a clash somewhere
have tried renaming all 000000 to 68cbe0 but it still does it

thanks again for helping

01 Mar 2011, 15:36
#495
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

Hi have also tried deleting this and changing 000000 to the blue still happens

.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:#000000;** this 1

01 Mar 2011, 16:29
#496
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: All Business template Support Thread

Hi have also tried deleting this and changing 000000 to the blue still happens

.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:#000000; this 1

Add this to the bottom of your stylesheet_betterCategoriesEzInfo.css:

a.category-products:visited {color:#68cbe0;}

Thanks,

Anne

02 Mar 2011, 13:48
#497
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

looking better now ..still have a few black links around have tried clearing cache as well and refreshing :blink:

02 Mar 2011, 14:16
#498
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: All Business template Support Thread

looking better now ..still have a few black links around have tried clearing cache as well and refreshing

The top categories and sub category links will be black.

Thanks,

Anne

03 Mar 2011, 21:36
#499
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: All Business template Support Thread

OK Thanks for all your help though much appreciated

05 Mar 2011, 21:38
#500
llupen avatar

llupen

New Zenner

Join Date:
Jan 2011
Posts:
6
Plugin Contributions:
0

Re: All Business template Support Thread

Hi all All business tepmlate users,

I would like to change the dimensions of the slider width: 740px and height: 440px to another. When I change dimensions in stylesheet.css, the site will remain unchanged. He met someone with a similar problem?

Thank you for your answer..