Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #421288

    I would like to remove the inline commenting from only the home page.

    inline commenting

    I tried putting the following in my Quick CSS, but no effect:

    .home .slide-meta-comments, .home .slide-meta-del { 
    display: none;
    !important; 
    }

    I am fine just making the comment bubbles hide, as opposed to removing the technical ability to comment. Your help is appreciated.

    #421608

    Hi webmktr!

    Are you referring to the little “+” tooltip plugin your using that is displaying when you hover over certain elements of your site? Are you trying to hide it?

    If so then try this out.

    #incom_wrapper { display: none !important; }
    

    Otherwise take a screenshot and highlight what your trying to do so we can get a better idea.

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.