Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1167880
    blueprint
    Participant

    Hi there,

    I would like to have a background image for my blog index page. I already tried various solutions from the forum, but nothing seems to work.
    For example I added this code in the customizer > css:

    .site{
    background-color: tranpsarent!important;
    }
    
    .blog {
      background: url("path-to-my-image") no-repeat fixed center center / cover ;
    }

    Now I do not use the X blog index page anymore – I have created a new blog index page with essential grid. What I tried is using a background image from the page settings in WordPress. What happens is that the chosen background image is shown BELOW the footer???

    Can you tell me what is wrong?

    #1167882
    blueprint
    Participant
    This reply has been marked as private.
    #1168051
    blueprint
    Participant

    Fixed it! Found a coding error

    .site{
    background-color: transparent !important;
    }

    Thank you!

    #1168055
    Joao
    Moderator

    Glad to hear it and thanks for letting us know.

    Have a great weekend.

    Joao

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