Tagged: x
-
AuthorPosts
-
March 28, 2017 at 5:29 am #1422818
Hi,
I have a 2 questions about the X-theme / Integrity stack.Bought the last theme some monthts ago so I hope I’m still allowed to ask for support 😉 This is about an older site.
There is a grey line appearing above the portfolio items, which I thought I had hidden before with CSS.
Can you please tell me the right CSS to hide this line on top of the container.The other question is about the featured image of the Portfolio items, showing up op top of the page on mobile.
I kind of like that, because the featured image is an important one I want to show. The problem is that on desktop view it doesn’t show on (top of) the portfolio page. So if I put it in the page/gallery itself, on mobile it shows twice. Maybe you have an solution so that I can show the featured image in attractive way in all views (mobile/tablet/desktop), but never twice 😉
Thanks in advance. I will give you the adm and url in my next post.
regards, HMarch 28, 2017 at 5:33 am #1422823This reply has been marked as private.March 28, 2017 at 11:30 am #1423169Hi There,
Please find this CSS:
.single-x-portfolio .entry-thumb img { display: none !important; }
And change to this:
.single-x-portfolio .entry-featured { display: none !important; }
Hope it helps 🙂
March 29, 2017 at 4:13 am #1423937Hi Thai,
Thanks, changing the CSS worked.
regards, HMarch 29, 2017 at 4:33 am #1423945Hi There,
Thanks for writing us back 🙂
We are glad that it helped you.
-
AuthorPosts