Page 1 of 1

How to change the border-color of the menu-carousel images

Posted: 18 Feb 2015, 23:55
by Martin
Hi Karl,

I was wondering if a different border-color of menu-carousel images would be more appealing to me.
Can this be changed with CSS-code?

Image

Re: How to change the border-color of the menu-carousel imag

Posted: 19 Feb 2015, 00:33
by mjau-mjau
Try the below, and let us know:
Code
body[class*='topbar'] .mega.carousel .image-container {
  outline: 5px solid #FFF;
}

Re: How to change the border-color of the menu-carousel imag

Posted: 19 Feb 2015, 03:27
by Martin
mjau-mjau wrote:Try the below, and let us know:
Code
body[class*='topbar'] .mega.carousel .image-container {
  outline: 5px solid #FFF;
}
GREAT... it works!

Thnx! :-)