Okay
  Public Ticket #1132281
How to remove comments box from individual portfolio items
Closed

Comments

  •  2
    catchastar started the conversation

    Hello, can you please tell me how to remove the comments box attached to the individual portfolio items?

  •  9,006
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    a.jp-carousel-commentlink {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    catchastar replied

    Hi thank you, but I did not have any success with the script. I copied and pasted it into the Custom CSS box in the Salient Options panel, but the comments box still appears. Any ideas?

  •  2
    catchastar replied

    Hi, sorry it didn't work because it was actually within Jetpack Without Carousel plugin.

    For anyone wondering, you can find out how to here:
    http://www.wpbeginner.com/wp-tutorials/how-to-disable-comments-on-wordpress-media-attachments/


    Thanks and sorry for the misinfo!