Test /
ResponsiveSkinBackground
Setting a background for the header.
This in pub/css/local.css should do the trick:
#wikihead { background-image: url('https://www.pmwiki.org/pmwiki/uploads/Test/blue-sky-public-domain.jpg'); } /* only needed before PmWiki 2.2.115 */ @media screen and (min-width:50em) { #wikihead-searchform { background-color: transparent; } }
--Petko May 12, 2019, at 08:27 PM