Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #427035

    Hi i would like to disable features image in portfolio, i have done the same with my download page. The solution i got at the time was this, and it works fine:

    .single .big-preview.single-big {
    display: none;
    }

    I would like to do the same under portfolio
    Thanks

    #427292

    Hi Simon!

    Thank you for using Enfold.

    You can use this:

    .single-portfolio .big-preview.single-big {
    display: none;
    }

    Best regards,
    Ismael

    #428452

    thanks works fine topic resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable featured image under portfolio’ is closed to new replies.