PDA

View Full Version : Background image on mobile style header


charlesr
08-09-2017, 06:04 PM
<a href="http://bordersdown.net/" target="_blank">http://bordersdown.net/</a> Currently the mobile style has a blue bar at the top. I'd like to replace it with an image, but I'm doing my nut in trying to figure it out.

In chrome inspection I can change the #header with background-image: url("theurl.png");background-size: contain; and it appears. But I can't figure out where to put this css in the templates.

Cheers for any advice.
Charles

Seven Skins
08-09-2017, 08:19 PM
As there is no additional.css template in mobile style you can try adding this code in headinclude_bottom template. Wrap the code in style tag though.

charlesr
08-09-2017, 09:24 PM
Ok, nice! Thanks for your help.