Related Posts and share bar in portfolio items

edited February 24 in Portfolio

Hi!

I am adding portfolio items and there are 2 things that I am findinig difficult to change:

2 - how can I remove the share bar in the bottom of the portfolio page?

3 - how can I edit the related posts appearance (I would like to give it a different name (Related Products) and remove the date.

Thank you!

Comments

  • Hi,

    1) Go to Betheme -> Theme options -> Global -> Navigation & Share, and set Share Box to Hide:

    2a) You can change the text in Betheme -> Theme options -> Translate -> Blog & Portfolio:

    2b) To remove the date, try the following CSS code:

    1. .section-related-ul .date_label{
    2.  display: none;
    3. }

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


    Best regards

  • It worked perfectly!

    Thank you for your help!

Sign In or Register to comment.