Home › Forums › Jevelin Theme › Portfolio – related products
Home › Forums › Jevelin Theme › Portfolio – related products
Hi there,
Can you please let me know how can I change the look and feel of the projects on the related products portfolio section? I would like to display square images (instead of current landscape) and change the overlay (I dont want the “+” icon).
URL: https://www.wearemaker.co/project/fatboy-hair/
Thanks so much for your help as always,
Rocio
Hi Rocio,
I hope you are well today and thank you for your questions.
There isn’t any specific theme settings to change it but you can remove plus sign displayed on hover by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-portfolio-single-related .sh-portfolio-overlay4 .sh-overlay-item:last-child { display: none; }
To display images square you have to overwrite following theme file in the Jevelin child theme and edit its code on line number 513
/jevelin/framework-customizations/extensions/portfolio/views/single.php
Best regards,
Shufflehound team
Hi again,
Thanks so much for this, the first part of the question did work – amazing!
However, I am not sure how to access to the child theme, can you please help me with further instructions? Where is the child theme storaged so I can amend line 513?
Thank you,
Rocio
However, I am not sure how to access to the child theme, can you please help me with further instructions? Where is the child theme storaged so I can amend line 513?
To achieve this just install and activate attached Jevelin child theme in which I have already made changes.
After activating attached child theme please regenerate thumbnails using following plugin.
https://wordpress.org/plugins/force-regenerate-thumbnails/