Change color of Photo Gallery

Posted in: Newspaper
Post count: 71

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/

Post count: 18283

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 !

Post count: 71

Thanks so much! Just to double check, does this yellow attention symbol mean anything?

http://i65.tinypic.com/2qa70pu.png

Post count: 18283

Hello !

Yes ! Please delete one of th 2 commas ( ; ) there should be only one: https://www.screencast.com/t/NzUOWYh7Cfou

Thank you !

Post count: 71

Hi Vlad, thank you! But after deleting one of the semi-colins, it still shows the yellow caution sign. Any other solutions?

Post count: 18283

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 !

Post count: 71

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.

Post count: 71

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?

Post count: 18283

Hello !

Please paste the code in the mobile theme too, as you can see here:https://www.screencast.com/t/BpT5ZTyyKfPA

Thank you !

Post count: 71

Thanks!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.