Home › Forums › Jevelin Theme › Remove Forward/Back Arrows in Portfolio
Home › Forums › Jevelin Theme › Remove Forward/Back Arrows in Portfolio
How do i remove the forward/back arrows on portfolio posts?
Hi @cmurockstar,
Thank you for your question.
You can try achieving it 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
.single-fw-portfolio .sh-portfolio-single-buttons {
display: none;
}
Best regards,
Shufflehound team
PERFECT – thanks a bunch!
You are most welcome here š