Okay
  Public Ticket #1187554
Portfolio items, showing text instead of featured image
Closed

Comments

  •  1
    Xavenne started the conversation

    Great theme! We are using the Portfolio Items overview and are including portfolio items, posts and products. My clients wants posts to be shown as a title with text, not as the featured image, in the overview. Is this possible within your theme? If not, how would you recommend I edit/extend Kalium to make this possible? I have created Visual Composer elements before.

  • [deleted] replied

    Hi Xavenne,

    That is not possible originally but maybe you can do a modification with css that will hide the images. For example http://drops.laborator.co/KZXiXO

    and the CSS code should be:

    .portfolio-holder .item-box .photo {
    display: none !important;
    }