Tagged: x
-
AuthorPosts
-
January 6, 2017 at 2:28 pm #1319293
vojtechzikmundParticipantHello there,
I cannot change background pattern nor color on my page. It’s not responding to anything. I need to have pattern in my background.
I have also tried changing it in css:
body.custom-background {
background: url(http://jrclub.cz/wp-content/uploads/2017/01/natural_paper.png);
}But nothing happened 🙁
Could you help me please?
January 6, 2017 at 2:29 pm #1319294
vojtechzikmundParticipantThis reply has been marked as private.January 6, 2017 at 5:41 pm #1319460
JadeModeratorHi there,
Please try this code:
body.custom-background { background: url(http://jrclub.cz/wp-content/uploads/2017/01/natural_paper.png) !important; } body.custom-background .site { background-color: transparent; }January 6, 2017 at 6:28 pm #1319505
vojtechzikmundParticipantThat did nothing 🙁
Any idea?
January 7, 2017 at 1:05 am #1319885
FriechModeratorHi There,
I dont see any custom class (
custom-background) you applied on your page. Please use this code instead.body.home .site { background: url(http://jrclub.cz/wp-content/uploads/2017/01/natural_paper.png) repeat !important; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1319293 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
