Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #132156
    frankycm
    Participant

    Hello, since last fotografie theme update there occures a “nothing found…..” hint directly on the front page. I do n o t want to show any posts on my startpage. What can I do? Tried to change every parameter for hours, but found not a menupoint where I can hide the posts window. See http://www.tierfoto-nord.de

    #132201
    Skandha
    Participant

    @frankycm: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .no-results {
       display:none;
    }

    Let me know if this solves your issue!
    Regards,
    Skandha

    #132221
    frankycm
    Participant

    Hello thanks a lot, the text disappeared, but the place for the post is also visible, a big white stripe, this was not in earlier versions of the theme. regards Frank

    #132226
    Skandha
    Participant

    @frankycm: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .home #content {
        display: none;
    }

    Let me know if this solves your issue!
    Regards,
    Skandha

    #132239
    frankycm
    Participant

    Hello Skandha, yes this worked. Many thanks for that, it bewares me to change the theme!
    regards Frank

    #132240
    Skandha
    Participant

    @frankycm: Glad the issue is resolved. Have a good day!

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to avoid: Nothing found Ready to publish your first post? Get started here.’ is closed to new replies.