Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #293724

    I wish to have a white border around each image in the portfolio gallery, not the default where the images touch.

    How do i arrange this?

    #293784

    Hey Geoffdoyle!

    Thank you for using our theme.

    In custom.css or Enfold->Styling->Quick-CSS field put the following code and adjust px value for border width:

    
    .grid-entry article > a{
    border: 2px white solid;
    }
    

    If this does not work can you give us the linkl to the page please?

    Cheers!
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.