PDA

View Full Version : Background image not showing in postbit


Aros12
02-12-2016, 06:56 PM
Not sure why I can't get a background image to show up in the postbit...here's the code:

/*postbit background*/
.b-post{
background: url("http://www.hobbysquawk.com/images/leftpostbit.jpg");
}

Replicant
02-12-2016, 07:22 PM
remove this code from you css
_additional.css

.b-post {
background: #28428c
}

Aros12
02-12-2016, 09:00 PM
Thanks! I missed that override...