• Resolved khaotic

    (@khaotic)


    Hi there,
    I’m using a free version of the Photo Gallery plugin and I have a little problem with the background color while watching photos.
    How to change the colour of that border -> https://imgur.com/pDpu7qi ?
    I would like to have a color like rgba(0, 0, 0, 0.5) instead of that black (#000). I was lookin for modify the css code but nothing happens. Hope you help soon

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Please, could you provide an URL address where the Photo Gallery is published? We will try to suggest a CSS solution.

    Thank you in advance! Have a nice day!

    Thread Starter khaotic

    (@khaotic)

    Unfortunately it’s an intranet page not visible from the web.

    What we can do right now? I could paste the CSS lines.

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Please try to add the below-written CSS code into Appearance > Customize > Additional CSS:

    .spider_popup_wrap {
    background-color: rgba(0, 0, 0, 0.5);
    }

    Please let us know if it helps.

    Thank you!
    Have a great day!

    Thread Starter khaotic

    (@khaotic)

    Unfortunately, it doesn’t work ??

    Doesn’t work because the div=”spider_popup_wrap” has definied style, so my custom css isn’t activated (I’ve used also !important value).

    Here is a sample of this code:
    <div id=”spider_popup_wrap” class=”spider_popup_wrap” style=”width: 800px; height: 500px; margin-top: -250px; margin-left: -400px; top: 50%; z-index: 100000; left: 50%;”> <style>
    .spider_popup_wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .spider_popup_wrap {
    background-color: rgba(0, 0, 0, 1.00);
    display: inline-block;
    left: 50%;
    outline: medium none;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 100000;
    }
    </style>

    Could you tell me which file I have to edit? I guess it’s one of the php files.

    Thread Starter khaotic

    (@khaotic)

    Ok, I’ve done it by myself.

    thank you anyway for the help

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    We are very glad that you have come up with the solution.

    Please do not hesitate to contact us for any further information.

    Thank you! Have a nice day!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change the border color’ is closed to new replies.