Skip to content

Instantly share code, notes, and snippets.

@rali14
Last active April 7, 2016 17:00
Show Gist options
  • Save rali14/56569715213863afd5db59e37607a237 to your computer and use it in GitHub Desktop.
Save rali14/56569715213863afd5db59e37607a237 to your computer and use it in GitHub Desktop.
Change color of featured listings box on Listify
/* You can change the color to whatever you like by replacing red in the code below
You can also change the width of the box. More details on the property can be found on the below site:
http://www.w3schools.com/cssref/css3_pr_box-shadow.asp
*/
.job_position_featured .content-box {
box-shadow: 0 0 0 3px red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment