Forums
Home / Theme: Hueman / header image repeat
(@sbbnm_2005)
10 years ago
header image repeat-x dont work ….?
(@stephencottontail)
Can you post a link to your site?
Tnx for reply … but my site is local…. I add important to element but no chabge affected…
How did you add this header image to your site? Can you post the code you used to add the image? If there’s a lot of code, post it somewhere like Pastebin and post the link here.
(@anonymized-12851872)
hi,
add your header image in Options Theme.
css code dont effect to get header image … I upload from theme option ….but when I insert background repeat in css …there is no change …
Can you post the CSS you’re trying to use to get the background to repeat?
on site image element ….. or on header …. background-repeat: repeat-x
Is that the only CSS code on the header? You’ve forgotten the semicolon at the end of that rule, as well.
#header { background-color: #7EB660; background-image: url(img/bg.png); repeat: repeat-x; }