Related Posts Settings

Hi,

For the theme I downloaded, I don't see any template for a single post portfolio. So I don't know where to edit the settings for the related posts at the bottom of my single portfolio posts.

How do I remove the date and the 'read more' button?

How do I increase the spacing between the posts so the images aren't touching?

Thank you!

Comments

  • Hi,

    1) Go to Betheme -> Theme options -> Blog & Portfolio -> Portfolio, and uncheck the date option:

    2) You can use the following CSS code:

    .section-related-adjustment .post-related{
     padding: 12px;
    }
    

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


    Best regards

Sign In or Register to comment.