Hello, currently my photo gallery is black. Is there a way to change this to white please?
https://blog.tryandreview.com/th/2019/05/03/glade-car-plugins-cool-water/
Hello !
Please try this custom CSS:
.td-doubleSlider-2 {
background-color:white;
}
.post_td_gallery {
background-color: white;
}
.td-gallery-slide-top {
background-color:white;
}
.td-gallery-title{
color:black;
}
.td-gallery-slide-count{
color:black;
}
.td-gallery-slide-prev-next-but .td-icon-left, .td-gallery-slide-prev-next-but .td-icon-right{
color:black;
}
You have to paste this code here: https://www.screencast.com/t/UL9eFKcE5 And the result should be as you can see here: https://www.screencast.com/t/xUFgf4tKF2
I hope this solves your issue !
Thank you !
Thanks so much! Just to double check, does this yellow attention symbol mean anything?
Hello !
Yes ! Please delete one of th 2 commas ( ; ) there should be only one: https://www.screencast.com/t/NzUOWYh7Cfou
Thank you !
Hi Vlad, thank you! But after deleting one of the semi-colins, it still shows the yellow caution sign. Any other solutions?
Hello !
I’ve checked and that code is not from what I gave you. Altough the caution sign comes because of the :important , but it only warns so you know that there is an Important element there. You can live it like that without problems.
I hope this was helpfull !
Thank you !
Okay great! I will leave the css alone then. Yes, you’re right Vlad, that code above was a code another TagDiv Newspaper support rep gave me months before.
Hello,
I noticed even with the CSS code above you gave me, the gallery slider shows up black on Mobile. How can we fix this so its white on desktop, tablet and mobile?
Hello !
Please paste the code in the mobile theme too, as you can see here:https://www.screencast.com/t/BpT5ZTyyKfPA
Thank you !