Announcement

Collapse
No announcement yet.

Best seller/new items border color

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

    Best seller/new items border color

    The layout is using:

    .dotted_outline_blue {
    border: 1px dotted <actinic:variable name="Palette2" />;
    padding: 8px;
    }

    I changed dotted to solid and the now the lines are solid. How do I change the color of the border for this??


    Thanks!!
    Thanks!!

    Regards,

    Bob

    www.valleydecoratingdepot.com

    #2
    This is bringing in your colour:

    <actinic:variable name="Palette2" />

    Change to a hex number i.e. #000000

    or

    Change to use a different palette number i.e. <actinic:variable name="Palette3" />

    or

    Go into advanced theme config and change the colour for that palette NB: beware of impact on other things.

    Comment


      #3
      Thanks Lee!! worked great.

      Regards,
      Thanks!!

      Regards,

      Bob

      www.valleydecoratingdepot.com

      Comment

      Working...
      X