How to change the color of item box > style : separated

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeHow to change the color of item box > style : separated

This topic has been marked as resolved.

I am trying to change the color of the item box separated line.
(feature products > product style > item box > style : separated)

It’s getting the color from somewhere i just can’t figure it out.
cheers,
Frank

June 25, 2016 at 2:48 pm #49065

Hi Frank,

The “separated” product list style is mainly intended to go over a solid background, e.g. the third section here:

http://shoppica.net/shop

You should use the “bordered” style instead.

BR,
ThemeBurn team

July 5, 2016 at 4:27 pm #49329

Thanks but if I use the bordered style it places it at the line at the bottom of the the feature product container or set of products. If you notice I’m using it as subtle break between a product on row one and the product below it on row two…

So still trying to control that separator color.
Cheers
Frank

July 5, 2016 at 8:42 pm #49367

Hi Frank,

This is the code you need to change the border you have pointed:

.tb_listing.tb_style_separate .product-thumb {
  box-shadow: 0 1px 0 #000;
}

BR,
ThemeBurn team

July 11, 2016 at 6:16 pm #49504

Thanks!

July 11, 2016 at 10:12 pm #49532

Glad we’ve helped :)

BR,
ThemeBurn team

July 13, 2016 at 6:48 pm #49605
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.