Support » Fixing WordPress » White border around lightbox image

  • [ Moderator note: moved to Fixing WordPress. ]

    Hey there, i have created a wordpress site using themify, i have been sucessfuly able to add css codes to makea layout changes but i cant seem to figure out how to add a white border as per my image size for lightbox

    ive tried several codes but to no avail, any help will be greatly appereciated.

    Below is the link to my site
    ciltonfernandes.com

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Something like

    
    #body .gallery img {
        border: 2px solid white;
    }
    

    should do the trick.

    Cheers

    Thread Starter ciltonfernandes

    (@ciltonfernandes)

    Hey @curdin thank you for the help. I tried the code, it still does not work, it gives the border on the main page and it kind of displays when the image loads but then its not visible once the image loads, i was looking forward to having a white border on the lightbox image once its opened.
    sorry for the late reply was out of town and thank you once again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White border around lightbox image’ is closed to new replies.