-
AuthorPosts
-
October 5, 2016 at 8:29 pm #695754
hi,
I want to change the color of the background of lightroom from black to white, ist there a chance to do so?
thanks in advance
kr. ErichOctober 6, 2016 at 8:10 am #695897Hi Erich,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardOctober 6, 2016 at 8:26 am #695903Hi Rikard,
http://www.erichsinzinger.at/index.php/portfolio-architektur/
If you click on a picture it will open in a black environment. I want to change this color into white.
this would be an example how it should look like
http://aabe.be/projects/infinity
thank you in advance.October 7, 2016 at 5:40 am #696263Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.mfp-zoom-in.mfp-ready.mfp-bg { opacity: 1 !important; background: white !important; }
Best regards,
RikardOctober 8, 2016 at 7:32 pm #696927Thank you very much Rikard,
it looks really wonderful; one more questions: how can I change the Color of the arrows? or can I?best regards
ErichOctober 8, 2016 at 11:01 pm #696939Hey!
You can use the following class
.mfp-arrow, which also has .mfp-arrow:hover and .mfp-arrow:focusand you can change the color to those classes.
Let us know if we an do anything else for you.
Best regards,
BasilisOctober 8, 2016 at 11:34 pm #696943Hi, sorry. I don’t unterstand this. Do i have to copy this also into CSS?
KrOctober 9, 2016 at 2:56 am #696955Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-arrow, .mfp-arrow:hover, .mfp-arrow:focus { background: #000 !important; }
Best regards,
VinayOctober 9, 2016 at 9:35 am #697024Hi,
It worked, but it looks a bit too big for me, is there a possibility to change the size of the arrows and also just black arrow on white background instead of grey and mouse:hover to black?
Could I change this also in enfold settings or just with code in CSS?if you look at this page, this is a nice look and feel of the arrows.
http://aabe.be/projects/infinity
thanks in advance.October 10, 2016 at 4:31 pm #697441Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-arrow, .mfp-arrow:hover, .mfp-arrow:focus { background: transparent!important; } div.avia-popup button.mfp-arrow-left:before,div.avia-popup button.mfp-arrow:before { color: black; font-size: 25px; }
Best regards,
YigitOctober 10, 2016 at 9:49 pm #697556weltklasse!!!
thank you very much, the whole team is a sensation ;-)))
perfect customer service!!kr Erich
October 11, 2016 at 8:55 am #697680 -
AuthorPosts
- The topic ‘white background for lightroom’ is closed to new replies.