Related portfolio entries

Hello,

1) Hide creation date in related portfolio items visibles at the end of a portfolio entry. Even if date is unchecked, a date appears.

2) Some images with same format are cut (down and up). How to prevent that? I would like similar images remaind without being cut.

3) There is a way to remove the black box "Continue reading" (Sigue leyendo) instead of that, clicking on the image would sent to portfolio page.

Exemple page: https://justearte.com/portfolio-item/vlb-dama-amarillo/

Comments

  • Hello,

    1, 3) Use the following CSS code:

    1. .single-portfolio .post-related .date_label,
    2. .single-portfolio .post-related .desc .button{
    3.   display: none;
    4. }

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    2) Format might be the same, but the sizes differ:

    In Betheme -> Theme options -> Blog & Portfolio -> Featured Image, you define the sizes. If the sizes there are higher than the images you upload, they will not affect them. Adjust the dimensions there (according to the smallest image you want to use), and regenerate thumbnails in Betheme -> Tools.

    Best regards

Sign In or Register to comment.