Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #233915

    What CSS can I use to add a black frame around images?

    #234820

    Hey dpilling!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    img { border: 2px solid black; }

    Cheers!
    Yigit

    #234943

    Thanks! I ended up using:

    img { border-style: solid;
    border-width: 3px;
    border-color: #666666 !important;
    }

    Looks great.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding an Image Frame’ is closed to new replies.