Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1422818

    helmaT
    Participant

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

    #1422823

    helmaT
    Participant
    This reply has been marked as private.
    #1423169

    Thai
    Moderator

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

    #1423937

    helmaT
    Participant

    Hi Thai,
    Thanks, changing the CSS worked.
    regards, H

    #1423945

    Rahul
    Moderator

    Hi There,

    Thanks for writing us back 🙂

    We are glad that it helped you.