New Landing How can we help? Themeforest Theme Support Flexform Setting image border in Edit image dialog box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #64674
    Bitedge
    Member
    Post count: 345

    Hi guys, how can i set a 1px gray border around individual images?

    I gather it can be done with the advanced settings edit image dialog boxes in the page editor where there are fields like.

    CSS Class
    Styles
    Image properties
    Border

    But I don’t know what to enter.

    Cheers

    #64813
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Just add an extra class and add this custom css:

    img.yourclass {
      border: 1px solid #999;
    }

    Then add yourclass into the extra class field.

    – Kyle

    #65159
    Bitedge
    Member
    Post count: 345

    That works thanks

    #65195
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.