Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Zerotechz,

    It depends on which layout style you have set. These are the following layouts that already have a border set, from which you can change the border color through the Styling tab: default, block.

    You are possibly using minimalist or hover, which do not have a border by default. You can achieve that through custom CSS.

    If you have Hover or Minimalist set as your layout, use the following custom CSS:

    .prod-cat-item.upcp-thumb-item {
    border-width: 1px;
    border-style: solid;
    border-color: red;
    }

    Let us know how it works out for you!

    Best regards,

    Thread Starter zerotechz

    (@zerotechz)

    Flawless…It worked great-Much appreciated and most definitely a very nice plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Border not showing around box in thumbnail view’ is closed to new replies.