Hi,
In my homepage i have 2 "Blog" Items, one is set on All categories with only 1 showed post, the other one is set on 5 showed posts and All categories.
So i would like to know how to add an offset to hide the first one post only on the second item (just to not show again the first post).
Thanks in advance,
Gabriele
                
Comments
please send us url to page where you have both items and we`ll see if there is anything what we can do with custom css because we are not sure about that.
.section2 .post-1664 { display: none; }#section2 .blog_wrapper .posts_group .post:first-child { display: none; }Above css will remove always first child and you don`t need to edit css after you will post a new article.#sezione2 .blog_wrapper .posts_group .post:first-child { display: none !important; }But if this won`t help, then please send us url to page where you did it and we`ll have a look on it.