Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Looking for basic black design template


raybeam

Recommended Posts

Hi!

I found this template, wich was exactly what I was looking for. A slick, simple black design. You can't fail with that one..

Problem is the company that designed it doesn't sell it.. So do anyone know where to find something in this style? I'm willing to pay for it, and if someone would help me with the design I would happily spend some money on the design...

black_shopping_cart.jpg

Link to comment
Share on other sites

You would only need to change a few bits in the stylesheet to come up with a black background, white links and blue boxes.

 

BODY {
 background: black;
 color: white;
 margin: 0px;
}

A {
 color: white;
 text-decoration: none;
}

A:hover {
 color: white;
 text-decoration: underline;
}

 

There's a start for you!

 

Thanks, that wasn't very hard :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...