Jump to content

Changing buttons color


Recommended Posts

Hi, i just started to create e-shop and have some problem.

1. I changed background color and now buttons on the top right is just barely visible.

How to change the buttons color?

 

http://bukprofesiona...oblema-nr-1.jpg

 

2. Top baner problem, banners is a little moved to right, when colors is the same it looks ok, but i want to do all corect

 

http://bukprofesionalas.files.wordpress.com/2012/07/problema-nr-11.jpg

 

My e-shop:

http://rankdarbiupalepe.lt/

 

Thanks :)

Edited by Brilijant (see edit history)
Link to comment
Share on other sites

Hi, i just started to create e-shop and have some problem.

1. I changed background color and now buttons on the top right is just barely visible.

How to change the buttons color?

 

http://bukprofesiona...oblema-nr-1.jpg

 

2. Top baner problem, banners is a little moved to right, when colors is the same it looks ok, but i want to do all corect

 

http://bukprofesiona...blema-nr-11.jpg

 

My e-shop:

http://rankdarbiupalepe.lt/

 

Thanks :)

 

 

1. Buttons color

 

To edit the shopping cart button:

 

blockuserinfo.css line 37

 

#header_user #shopping_cart a{

 

background-image:url ("../icon/cart.gif");

 

}

 

 

Find and replace the cart.gif with another with a different color or just replace the line with another color e.g. yellow if your not using an image.

 

 

#header_user #shopping_cart a{

 

background: yellow;

 

}

 

 

 

For the account:

 

I don't see any button's image but then to edit that

 

find blockuserinfo.css line 38

 

insert a background image in this or background color of your choice

 

 

#header_user #your_account a{

background: blue;

}

 

 

to insert a background image insert

 

background-image:url ("../icon/yourbutton.gif");

 

in place of "background:blue;"

 

 

2. To move the banner

 

Find in global.css line 236

 

#header_logo { margin:0px opx 0px 28px;

 

 

and change to {margin: 0px 0px 0px 0px;

 

 

Hope it helps

Edited by halennoor (see edit history)
  • Like 1
Link to comment
Share on other sites

Thanks halennoor

Now it is more clear all to me, thanks:)

I Solved second problem with banner with.

 

But i cant solve first problem, maybe it sounds stupid, but i cant fing blockuserinfo.css. When i am inspecting page with Firebug ir shows where it is located but i cant find :) Silly yeah? :(

 

I Attached printscrean

 

http://bukprofesionalas.files.wordpress.com/2012/07/problema-2.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...