Announcement

Collapse
No announcement yet.

Products using fragment styles

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

    Products using fragment styles

    I am hoping this is just me missing something really obvious here as this should be really simple! I am trying to remove the border from my fragments but I want it to remain on products. I have located it here in the stylesheet.

    .product-list td, .fragment-list td, .marketing-list td {
    width: 30%;
    border: 1px solid <actinic:variable name="Palette3" />;
    padding: 10px;
    margin: 0;
    vertical-align: top;
    }

    I thought I could simply change it to sort out the issue to the following.

    .product-list td, .marketing-list td {
    width: 30%;
    border: 1px solid <actinic:variable name="Palette3" />;
    padding: 10px;
    margin: 0;
    vertical-align: top;
    }
    .fragment-list td {
    width: 30%;
    padding: 10px;
    margin: 0;
    vertical-align: top;
    }

    However this removes the border on both my fragments and products, I can't seem to locate the div id in the layouts. If anyone has an idea of where I am going wrong it would be greatly appreciated! Thanks.

    #2
    It will depend which list layouts you are using. SellerDeck 2013 uses "fragment-list" style for brochure and "product-list" style for products.
    Peblaco

    Comment


      #3
      Thanks, tabular product list was using "fragment-list" for some reason! Sorted now!

      Comment


        #4
        I'm sure this is easier than I am making it, but how do you select which list layout a page uses? I have created a new list layout for pages with fragments and no products but can't see where to change which list layout the specified pages are using. By default all section pages seem to use "tabular product list" and brochure pages use "standard brochure fragment list".

        Comment


          #5
          In the Design Library the "ProductList" on the Values tab check your list is under "Layouts Offered By This Selector".
          Peblaco

          Comment


            #6
            Perfect, thanks again!

            Comment

            Working...
            X