Custom CSS coding for borders around profile entries
To custom style your directory and have a border around your profile you will need custom CSS coding.
- Click “Manage” to go into your directory settings
- Click on the “Design” tab
- Under “Custom Styling” you will have space to enter the custom CSS code to get a border around your profile entries
.box-entry-overview-container {
border: 1px solid red !important;
border-radius: 15px !important;
margin-left: 10px !important;
margin-right: 10px !important;
}
Before custom coding

After custom coding
