Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › featured-sources a little bit darker › Reply To: featured-sources a little bit darker
October 11, 2013 at 4:49 pm
#2169
livemesh
Keymaster
Here is how you would go about it – if you haven’t figured it out already. You can insert the following CSS into Custom CSS tab in the Theme Options panel or the
#featured-sources { border: solid 1px #CACACA; background-color: #E5E5E5; /* Current color in demo site. Set it to something like #c5c5c5 or #d5d5d5 or #eaeaea if you need darker background */ }