Background picture instead of color
-
I wondered if I can change the color with a picture.
I tried editing the css but the background picture seems to be overwritten by the color. How can I solve this?Thanks in advance!
Code:
/* The top Bar that shows/hides the menu */ #wprmenu_bar { position:fixed; top:0px; left:0px; background: #0D0D0D; padding:10px 16px; width:100%; display: none; cursor: pointer; z-index: 99998; overflow: hidden; height: 60px; background-image: url('media/stripes.png'); background-repeat: repeat; display: none; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Background picture instead of color’ is closed to new replies.