Skip to content

Instantly share code, notes, and snippets.

@emarket-design
Last active February 16, 2016 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emarket-design/3e08a5748d9db10b262c to your computer and use it in GitHub Desktop.
Save emarket-design/3e08a5748d9db10b262c to your computer and use it in GitHub Desktop.
// Add the code below your theme's style.css if you need to change all employee images
div.emd-container .person-img {
border-radius: 0;
}
//If you want to change it for shortcode bases, wrap your shortcode in .square class
<div class="square">[employee_circle_grid filter="tax::departments::is::it;misc::posts_per_page::is::-1;"]</div>
// And add the following code to your theme's style.css file
.square div.emd-container .person-img {
border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment