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
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