Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #876676
    ArchStanton1
    Participant

    Hi There!

    I set up a black leather background pattern and I would like to use this pattern behind my blog post too something like this:

    http://imgur.com/3XxNPJf

    On the other hand how can I set up background patterns for footer or for the navbar?

    This is my website: http://www.hogyanfogyj.com

    #876678
    ArchStanton1
    Participant
    This reply has been marked as private.
    #877329
    Jade
    Moderator

    Hi there,

    I have checked the blog post page of your site and it looks like you were able set the background image for the pages.

    To set a background image to the navbar and footer, please use this CSS:

    .x-navbar,
    .x-colophon.bottom {
        background: rgb(57,57,57) url(//www.hogyanfogyj.com/wp-content/uploads/2016/04/dark_leather.png) center top repeat;
    }

    Hope this helps.

    #877607
    ArchStanton1
    Participant

    Hi tehere!

    Thank you for your reply, the code is works pretty well!

    – Regarding to the blog post’s background I would like to use the leather background behind the content too. Could you help me please?

    #878136
    Zeshan
    Member

    Hi there,

    Thanks for writing back!

    To use the background behind the content too, replace the provided CSS code with this:

    .x-main,
    .x-navbar,
    .x-colophon.bottom {
        background: rgb(57,57,57) url(//www.hogyanfogyj.com/wp-content/uploads/2016/04/dark_leather.png) center top repeat;
    }
    

    Hope this helps. 🙂

    Thank you!

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