Announcement

Collapse
No announcement yet.

Border around product image

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Border around product image

    Can anyone tell me how to place a border around a product image in Actinic V9?

    Russell Cowe

    #2
    In your actinic.css file (on the design tab)

    look for

    .image_product {
    margin: 0px 18px 10px 0px;
    text-align: center;
    float: left;
    }

    and add in something like:

    border: 1px solid #990000;

    where #990000 is the colour


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X