Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #767349

    Hi,
    is there a way to have a background image on my single blog posts when using the stretched layout?
    I want the blog posts to look like the blog page or my other pages (I am using a color section with a fullscreen background image).

    Thanks
    Artiarturro_66

    #767508

    Hey Artiarturro_66,

    Try adding this to quick css:

    #top.postid-203{
    
    background-image:url(https://lmat.de.web-connect.info/wp-content/uploads/2016/12/42-36363089.jpg)!important;
        background-attachment: fixed;
        background-position: top center;
    
    
    }
    
    #wrap_all, #main, .main_color,.header_color .header_bg{
    background-color:transparent!important;
    }
    
    .header_color div{
    border:none!important;
    }

    This applies to the following link:

    http://lmat.de.web-connect.info/grundsteuererlass-2017/

    Let me know if this is what you needed.

    Best regards,
    Jordan Shannon

    #767531

    Hi Jordan Shannon,

    thank you for your help!
    Would it be possible to have the background image fill the entire height of the browser window? At the moment it only fills the area from the top to the end of the text.

    And:
    Would I have to set this for each single blog post via individual post IDs? – That would not be feasible. I would need a solution where this background image automatically gets applied to every new blog post.

    Best regards,
    Artiarturro_66

    #767542

    Hi,

    I updated the quick css and it should be fixed now. With the updated css it will apply to all posts. Please test.

    Best regards,
    Jordan Shannon

    #770312

    Hi,

    perfect, thanks!

    Best regards,
    Artiarturro_66

    #770595

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.