Remove Forward/Back Arrows in Portfolio

Home Forums Jevelin Theme Remove Forward/Back Arrows in Portfolio

Home Forums Jevelin Theme Remove Forward/Back Arrows in Portfolio

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • cmurockstar
    Participant

    How do i remove the forward/back arrows on portfolio posts?

    Attachments:
    You must be logged in to view attached files.

    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

     

    cmurockstar
    Participant

    PERFECT – thanks a bunch!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)