Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1376400
    Andreas Bjerve
    Participant

    Hi,

    Is there a way to modify the appearance of the blog page, its background color/image etc.? Is there a preferred plug-in for this?

    Thanks!

    #1376731
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you in advance.

    #1376937
    Andreas Bjerve
    Participant
    This reply has been marked as private.
    #1376941
    Andreas Bjerve
    Participant

    I’m wondering if possible to change the appearance of the blog/archive page (http://www.andreasbjerve.com/you-are-perfect/) – like editing background color, or adding a background image etc.

    #1376996
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    body.single-post .site {
        background:url("add image URL here") no-repeat center center transparent;
    }
    .single-post .entry-wrap {
        background:url("add image URL here") no-repeat center center transparent;
        color: #fff;
    }

    Hope that helps.

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