Announcement

Collapse
No announcement yet.

Product List Border

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

    Product List Border

    Hello folks, quite new to Actinic, but finding it a great tool! Very basic question, when I add a border of 1 px to the boxes in my product list, it appears as a default blue colour. Is there an easy way for me to change this?
    Thanks in Advance,
    AM

    #2
    Hi, the code was already there in Layout Code - CSS Section Link layout, snippet as follows:
    src="<actinic:variable Name="SectionImageFileName"/>" border="0" /></a></div>
    I may be confusing product list with something else, it's the images that appear from the sections on my online catalogue. The border seems set to a default of blue. When I try this:
    src="<actinic:variable Name="SectionImageFileName"/>" border="1" color="red"/></a></div>
    The border appears, but is still a blue colour, rather than red.
    Probably something simple lol!

    Comment


      #3
      Color isn't an image tag attribute. Try: style="border: 1px solid red;"
      Peblaco

      Comment


        #4
        Brilliant! Thank you Did exactly what I needed!

        Comment

        Working...
        X