Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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. Erich

    #695897

    Hi Erich,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #695903

    Hi 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.

    #696263

    Hi,

    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,
    Rikard

    #696927

    Thank 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
    Erich

    #696939

    Hey!

    You can use the following class
    .mfp-arrow, which also has .mfp-arrow:hover and .mfp-arrow:focus

    and you can change the color to those classes.

    Let us know if we an do anything else for you.

    Best regards,
    Basilis

    #696943

    Hi, sorry. I don’t unterstand this. Do i have to copy this also into CSS?
    Kr

    #696955

    Hi,

    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,
    Vinay

    #697024

    Hi,
    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.

    #697441

    Hi,

    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,
    Yigit

    #697556

    weltklasse!!!

    thank you very much, the whole team is a sensation ;-)))
    perfect customer service!!

    kr Erich

    #697680

    Hi Erich,

    Glad we could help and thanks for the kind words :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘white background for lightroom’ is closed to new replies.