![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() I am trying to figure out how to add a border to the single product template. I've looked at other templates with a border and it looks like the css class "bdr" is what does the job... but I tried to add "bdr" and it did nothing:
Code:
<div class="sp"> <div class="bdr"> <div class="lc"> <div class="thmb"> <a href="[product.url direct='0']" title="[product.name]" target="_blank"> [product.image tag='1'] </a> </div> </div> <div class="rc"> <h2><a href="[product.url direct='0']" title="[product.name]" target="_blank">[product.name]</a></h2> <p class="desc">[product.description]</p> <div class="prc">[product.currency mode='sign'][product.price]</div> <div class="btns"> <a href="[product.url direct='0']" class="dfbutton dforange dflarge" title="Buy this product">Buy</a> </div> </div> <div class="clearingdiv"> </div> </div> </div> |
#2
|
||||
|
||||
![]() You don't need to edit the template. You just need to add some CSS to your store. You can add the following CSS code here: The Factory > Your Store > Store menu > Custom CSS:
#view .sp {border: 1px solid black;}
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how do i make the category and product detail pages use a particular page template | grooves1200 | Questions | 2 | February 27th, 2011 10:12 AM |
How to Wrap Text in Product Detail view | patagonia | Questions | 2 | January 31st, 2011 09:06 PM |