Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #330798

    Hello!

    can You help me please with this one?

    i want to turn off the first blog posts element ( one post with big preview image) when you go to the 2nd 3rd page and so on. (It should just be visible on Page 1 (of 15))

    Thank You very much!

    Cheers!
    finlando

    #331966

    Hey Finlando!

    Set that element a custom class (custom_first_post), then add this to Quick CSS:

    .paged .custom_first_post{
          display: none !important;
    }
    

    Cheers!
    Josue

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