Page 1 of 1
Slideshow side color
Posted: 02 Feb 2016, 03:37
by MikeR
Hello,
Is is possible to change the color on the left and right in the slideshow ? to choose the main color

- 0210_redimensionner.jpg (53.97 KiB) Viewed 3098 times
thanks
Re: Slideshow side color
Posted: 02 Feb 2016, 03:54
by mjau-mjau
These things are not configurable by settings (it would mean we had 1000's of settings just for colors), but you can change it by CSS. Go to panel ->settings->custom->custom css, add the following:
.layout-slideshow > div {
background: #990000;
}
Replace #990000 with any hex-based color code.
Re: Slideshow side color
Posted: 02 Feb 2016, 03:58
by MikeR
Thanks for this quick answer

Re: Slideshow side color
Posted: 02 Feb 2016, 04:18
by MikeR

- 0211.jpg (32.27 KiB) Viewed 3095 times
Did I miss something ?
there's no effect, I've empty the cache
Re: Slideshow side color
Posted: 02 Feb 2016, 04:43
by mjau-mjau
Sorry, I did not get the opportunity to safe-test it. Try this:
.layout-slideshow > div {
background: #990000 !important;
}
I can't see how that would not work.
Re: Slideshow side color
Posted: 02 Feb 2016, 04:53
by MikeR
no effect but this time I have the error "error -> textstatus: error"
I saws this thread
https://forum.photo.gallery/viewtopic.php?f=52&t=8809
I removed the css contact form like advise but there's no effect, I still have the same error message
my php is 5.6, I can switch on the php 7 if you think it needs
Maybe I have a installation problem
https://forum.photo.gallery/viewtopic.php?f=52&t=8820 ?
Re: Slideshow side color
Posted: 02 Feb 2016, 04:59
by mjau-mjau
Ok, so looks like we have a mishmash of issues suddenly. I posted in the other thread, let's solve that first. I need a link.
Re: Slideshow side color
Posted: 02 Feb 2016, 05:10
by MikeR
after I have this parse error message, I've logout and login. I've removed the contactform css and saved again
and it works
thanks