We have renamed Post Grid plugin to Post Grid Combo
Ticket for: Team Showcase
0
Anonymous
Hi, I can't find anywhere to be able to add a 1px colour frame on team pics?
0 Subscribers
Submit Answer
1 Answers
Best Answer
0
Hi,
You can write custom CSS.
First, go to the Edit mode of your team.
Screenshot: https://i.imgur.com/jP4YMFi.png
Under Layouts, find the layout that you're using and go to the Edit mode.
Screenshot: https://i.imgur.com/Nr3EZhE.png
Copy the CSS code below and paste it under the Custom Scripts => Custom CSS option. Don't delete the existing CSS code. Paste the code very bottom.
Screenshot: https://i.imgur.com/TW4980w.png
Code:
.element-1{border: 1px solid red !important}
Replace the color name 'red' with your expected color.
Let us know if it helps.
Regards.