Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #563941

    Hey!

    Is it possible to add a border to some images and not to others? Seems the only options are Default, Circle or No Styling.

    #563950

    Hi jimjiber!

    Please turn on custom CSS field for ALB elements- http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your image elements that you would like to have bordered a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class img { border: 5px solid orange !important; }

    Regards,
    Yigit

    #563972

    Thanks man.

    Why is that hidden in the first place? Strange.

    #563986

    Hey!

    Not to confuse novice users :)
    You are welcome! Glad we could help. Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Borders on some images, not others’ is closed to new replies.