How do I change the design of a Featured entry?
GravityView Featured Entry extension uses super-simple CSS rule:
.gv-featured-entry {
/* Change the color below */
background-color: #ffffe0;
}
Add the code above to your own theme's stylesheet and customize it.