Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1319293
    vojtechzikmund
    Participant

    Hello 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?

    #1319294
    vojtechzikmund
    Participant
    This reply has been marked as private.
    #1319460
    Jade
    Moderator

    Hi 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;
    }
    #1319505
    vojtechzikmund
    Participant

    That did nothing 🙁

    Any idea?

    #1319885
    Friech
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1319293 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>