By Aleksandr on Friday, 14 April 2017
Posted in General Issues
Replies 10
Likes 0
Views 181
Votes 0
Hello!
Tell me, please, where can I change the black background in photos?
Hi Aleksandr,
Are you referring to the photo popup background color(http://take.ms/eLwnZ)? If yes, you can try custom css overrides by using the custom css below to modify the color('transparent').

#es.es-photo-popup .es-photo-content {
background: transparent none repeat scroll 0 0 !important;
}
·
Friday, 14 April 2017 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Your advice does not work (((
·
Saturday, 29 April 2017 06:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you kindly please provide us with a sample link and also the login to test this out?
·
Saturday, 29 April 2017 13:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Already entered access to the site!
·
Tuesday, 02 May 2017 19:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Aleksandr,
Can you try changing the 'transparent' string in the code to a color of your choice and see if it works?
http://take.ms/gq1AO
·
Tuesday, 02 May 2017 20:13
·
0 Likes
·
0 Votes
·
0 Comments
·
1. Prompt, please, what file you changed and on what path it is.
2. Please, tell me what changes need to be made to the code so that the background is transparent?
·
Tuesday, 02 May 2017 20:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You may edit the file /templates/rt_topaz/html/com_easysocial/css/custom.css and locate the codes below:

[gist]
#es.es-photo-popup .es-photo-content {
background: transparent none repeat scroll 0 0 !important;
}
[/gist]

If you want it to be white, you could change it to something like this

[gist]
#es.es-photo-popup .es-photo-content {
background: #fff !important;
}
[/gist]
·
Tuesday, 02 May 2017 22:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Tell me, please, how to change the background on the images in the pop-up window?
·
Friday, 12 May 2017 10:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Aleksandr,
We have provided you the custom css codes to change it in our previous reply. Is that not working for you? What do you want to change the background into?
·
Friday, 12 May 2017 10:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post