• Resolved astrojack

    (@astrojack)


    Hey,

    I am using the ulmate version for this plugin, I want to show white borders around the images and black borders around the image when it is in the light version. Tried several ways it’s not happening can you help me with how can I achieve this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Toukir Hossain

    (@toukirwpdev)

    Hi,

    You have set a white border around the image on your website in light mode, you can change the color according to your choice. If you want to change the color of the border around the image in dark mode, you can change the color of the border using our custom CSS.

    Refer to this video to know how to use our custom CSS feature.??Tutorial

    Thread Starter astrojack

    (@astrojack)

    Hey, I have already tried that, if I put a black border in the light version it will remain black on dark mode as well. Thats the problem here

    Plugin Support Toukir Hossain

    (@toukirwpdev)

    You can use the black color border on light mode and for the white color border on dark mode use the below code in WP Dark Mode> Settings> Custom CSS:

    .elementor-51 .elementor-element.elementor-element-45a1b9c .eael-filterable-gallery-item-wrap .eael-gallery-grid-item{
    
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #FFFFFF;
    }

    This code will only change your dark mode border color and it will only affect dark mode.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different border color for different modes’ is closed to new replies.