Last active
April 7, 2016 17:00
-
-
Save rali14/56569715213863afd5db59e37607a237 to your computer and use it in GitHub Desktop.
Change color of featured listings box on Listify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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