Jump to content

Topic on Project:Support desk/Flow

Add Background (File) to Vector Skin

6
Seriana (talkcontribs)

Hey!

Is it possible to add a background in vector skin? I mean a file (jpg etc.) as a background.


Seriana

88.130.110.94 (talkcontribs)

You can modify the Vector skin by editing MediaWiki:Vector.css in your wiki. Styles, which you define there, will override the ones, which come with Vector by default.

Seriana (talkcontribs)

The background I have now changed, but the header is still displayed. I have no idea how I can now hide this.

88.130.110.94 (talkcontribs)

You can hide elements with CSS by defining display: none; for the element you don't want to see. Check the sourcecode of the wiki page to see, how you can address the element (e.g. with its id attribute if it has one).

Seriana (talkcontribs)

I don't find any sourcecode for the header,the only i find was "div id=mw-head class=noprint" with firefox...but i have no idea how i can remove them. display: none; did not work or I did something wrong... :(

Myidealh (talkcontribs)

can you provide a screenshot or a link? and what exactly you would like to hide