Jump to content

[SOLVED] How do i find out the colour of all boxes on my website


Recommended Posts

hi all, how do i find out what colour all the boxes are surrounded by.
Plenty of them such as the entire category box, cart, top seller, literally everything.
I would then like to use this colour code to surround each of my different categories as boxes with this colour...

You shared your problem and your question with the community,
but you wrote SOLVEd and you did not share the answer/solution
:exclaim:
Whoever will search for the same,
will not find solution to the problem, is it not?
Kindly, post also the answer/solution, for everybody.
THANK YOU
:)

Angelo from Calcutta
Link to comment
Share on other sites

Code is in

div.block .block_content {
background:url("../img/block_bg.gif") repeat-y scroll 0 0 #FFFFFF;
border-left:1px none #E6E6E6;
border-right:1px none #E6E6E6;
min-height:20px;
padding:0.5em 0.7em 0.4em;
}



So color is #E6E6E6 but note that is for left and right border, bottom is done with image block_footer.gif.

And Google for Firebug and some Firebug tutorials

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