|
Most Recent Posts New eBay designing and New Stores Experience!Posted 22-Mar-09 18:46:04 GMT Updated 22-Mar-09 18:47:31 GMT Done my new eBay design mock ups! OK, so I was a bit ambitious with exactly how much time I was going to be able to spend on the coding bit, but I got the designs done!
eBay Shop frame
eBay Listing Template Design The actual coding part will come, I am slicing it up and coding it as we speak so hopefully I will get the time to play with the new stores experience soon and fill you all in on how to do it yourself within eBay guidelines and policies. As you can see I am not the ‘best designer’ in the world, but I will do for my small projects and illustrations. More eBay Store Design CSSPosted 28-Jun-08 18:36:46 BST Just updating on my series of eBay store/shop css to customise your eBay shop: Lesson 5: Using a custom shop header. You need to make sure you on on the ‘custom header only’ theme within eBay. You can put any kind of HTML in here to expand the header Lesson 6: Shop CategoriesOK, I did promise ebay javascript, but I wanted to do a little more on eBay Shop CSS. So I want to give my store categories a pink background:
and say then, I want to have the links in a different pink:
then I want to space out the categories and give them a pink line spacing:
then I feel silly about only having borders at the top and change it to:
These eBay shop design series are just to illustrate what CSS elements you can manipulate in your eBay shop front. We will move onto adding graphics to replace your eBay shop categories soon enough. Ok, ok…just slip this code in so the whole section looks like this:
Lesson 7: Gallery Background Image We looked at changing the gallery background using css but now we want to move on and replace it with an image. The section is currently: Now we are going to replace it with:
Notice that adding this section of code, the background to the promotion boxes/search box and the categories disappear (we shall deal with the promo boxes and search box in a later post) so to make sure you category background image stays in place replace:
with:
the !important tag tell eBay that your CSS change is WAY more important and should be obeyed at all costs. I also added this nugget to add a nice border around my gallery:
Just to complete, the section now looks like: eBay fees are down, so I am going to list more!Posted 24-Jun-08 18:51:21 BST They are lower, and you loose less to eBay:
Changing the page width of your eBay ShopPosted 24-Apr-08 18:39:31 BST Lesson Four: Controlling page width Slip into your CSS file this code:
The margin section makes sure the shop is centred. So, bet you are wondering what the css file looks like now? I didn’t want a coloured background to my store so this is what I have so far:
eBay Gallery View - Changing the background coloursPosted 23-Apr-08 15:50:01 BST Lesson Two: Changing the background colour of your gallery view. eBay is designed using a series of nested tables, so in order to colour various bits of the design you need to make sure you have to mention the table or td definition the correct number of times to get the desired result. This is the snipet of CSS you can add to the previous file:
This will generate the effect below:
Lesson three will look at more places to change the background colour in your ebay shop! |