Post a comment issue
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Sun Aug 24, 2014 2:01 pm
- Reply with quote
- Report this post
Hello !
I'd like to remove the "Post a comment" but even after checking both solutions, I still can't.
What can be wrong ? :http://www.joomgeek.com/blog/dubai-lecture-instagram-for-business.html
> https://www.gavick.com/forums/startup-j ... 31904.html
> https://www.gavick.com/documentation/su ... s-submenu/
I tried adding this code
I'd like to remove the "Post a comment" but even after checking both solutions, I still can't.
What can be wrong ? :http://www.joomgeek.com/blog/dubai-lecture-instagram-for-business.html
> https://www.gavick.com/forums/startup-j ... 31904.html
> https://www.gavick.com/documentation/su ... s-submenu/
I tried adding this code
- Code: Select all
/*remove comment link*/
.hideme #itemCommentsAnchor,
.hideme .itemCommentsLink
.hideme .titleComments
{ display: none;visibility:hidden;}
-
- Gold Boarder
- GK User
- Sun Aug 24, 2014 11:31 pm
- Reply with quote
- Report this post
Hello,
Please try to use the following code:
Please try to use the following code:
- Code: Select all
h3.titleComments {
display: none!important;
}
-
- Administrator
3 posts
• Page 1 of 1