Blog - grey lines & "like"
Hi
How do I get rid of the grey lines that appear on the filter section at the top of the blog page?
Also - how do I remove that filter section completely,
Finally, how do I remove the "do you like" under the blog posts?
Thank you
Comments
.blog #Filters { display: none; }.blog .post-footer .button-love .love-text { display: none; }
What you mean one layout for post page? Because we are not sure what exactly you mean.
.single-post .post-nav { display: none; }.single-post .post-header .button-love a.mfn-love { display: none; }
.single-post .post-header .title_wrapper { border: 0 !important; }
.page #Subheader { display: none !important; }