Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Changing Bootstrap template background color to transparent background image Reply To: Changing Bootstrap template background color to transparent background image

#264020
JeroenR
Participant

If you make sure your custom stylesheet is loaded last then you can override the background color by doing things as:
.bg-secondary { background: url(http://www.disney-plaatjes.nl/files/disney/mickey-mouse/mickey-mouse-disney-829.jpg) no-repeat center center; } or just the color: .bg-secondary { background-color: transparent !important; }.
See the !important here, because the stylesheet of freelancer sets its background-color to important.