Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
mindsuk
Experienced
Topic Author
Posts: 31
Joined: 22 Feb 2010, 16:03

image with white frame

15 Dec 2016, 09:10

Hello,

I´m nearly finished to move my website from x2 to x3. I´m very happy with the x3...

I use the gallery and because of the gallery settings template I have black frames at my thumbnails. Is it possible to get white frames within this settings template?
Bildschirmfoto 2016-12-15 um 15.12.01.jpg
Bildschirmfoto 2016-12-15 um 15.12.01.jpg (33.4 KiB) Viewed 2770 times

Thank you!

greetings Tino
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: image with white frame

15 Dec 2016, 09:19

mindsuk wrote:I use the gallery and because of the gallery settings template I have black frames at my thumbnails. Is it possible to get white frames within this settings template?
No setting for this, but you can add the following code to settings -> custom -> custom CSS:
Code
.frame figure {
  border-color: white !important;
}
 
User avatar
mindsuk
Experienced
Topic Author
Posts: 31
Joined: 22 Feb 2010, 16:03

Re: image with white frame

15 Dec 2016, 11:50

Thank you Karl!!