Pattern background repeat

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sun May 18, 2014 10:01 am
Hi guys

How can I change the background (bg.jpg and others bg1920.jpg, etc...) to use a pattern file instead ? I can't remember how to set up the repetition in the css :dry:
User avatar
Fresh Boarder

GK User
Sun May 18, 2014 10:55 am
Code: Select all
background: transparent url('link/to/file/with/pattern.png') 0 0 repeat;

or:
Code: Select all
background: transparent url('link/to/file/with/pattern.png') 0 0 repeat-x;

to repeat horozintally, or;
Code: Select all
background: transparent url('link/to/file/with/pattern.png') 0 0 repeat-y;

to repeat vertically.
User avatar
Moderator


cron