Page 1 of 1

image with white frame

Posted: 15 Dec 2016, 09:10
by mindsuk
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 2772 times

Thank you!

greetings Tino

Re: image with white frame

Posted: 15 Dec 2016, 09:19
by mjau-mjau
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;
}

Re: image with white frame

Posted: 15 Dec 2016, 11:50
by mindsuk
Thank you Karl!!