Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Martin
Experienced
Topic Author
Posts: 651
Joined: 30 Jan 2011, 23:24

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

18 Feb 2015, 23:55

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

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

19 Feb 2015, 00:33

Try the below, and let us know:
Code
body[class*='topbar'] .mega.carousel .image-container {
  outline: 5px solid #FFF;
}
 
User avatar
Martin
Experienced
Topic Author
Posts: 651
Joined: 30 Jan 2011, 23:24

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

19 Feb 2015, 03:27

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! :-)