Home › Forums › Jevelin Theme › Questions about the headings in Portfolio page.
Home › Forums › Jevelin Theme › Questions about the headings in Portfolio page.
There are 2 headings for each movie that are the same. How to change the content of one? Look at the picture, please.
Best wishes
Ronald
Hi Ronald,
I hope you are well today and thank you for your question.
You can’t change them without developing custom code but you can remove one of them 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
h1.sh-portfolio-single-title { display: none; }
Best regards,
Shufflehound team