Add border option for posts

add option to enable borders (and choose border color) so the background could be clear, but still able to see the boundaries of the post (in carousel mode)

1 Like

Hi @Tony_Chao and welcome to Community :wave:

Please add this code to the Custom CSS field on the Appearance tab:

[class*="CardLayout__Container"] {
  border: 2px solid #98cdd2;
}

Check it out and let me know if it worked for you :slightly_smiling_face:

1 Like

perfect! thanks!

1 Like

Great to hear that!

You are always welcome :wink: