I am trying to:
hide default wp comments section and name / email / website still appear
Link to a page where the issue can be seen:
I expected to see:
Instead, I got:
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
Well - can you please share problem URL and access details as well as share information for which browser the CSS you added is not working?
I have set the next reply to private which means only you and I have access to it.
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Thank you for sharing access details.
Well - there was issue with your CSS, you didnt added the comma (,) between multiple classes, I've adjusted that nad I can see now fields are hidden:
body.single-business form#commentform p.comment-notes, p.comment-form-author, p.comment-form-email, p.comment-form-url {
display: none !important;
}
Can you please confirm.
My issue is resolved now. Thank you! (I must be blind or something) :))
Pfff.. I've just seen that in a particular case an error occurs in the console:
Refused to apply style from 'hidden link ' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
This happens here: hidden link
Any idea what might be causing?
Please let me know if you may have a look so I can re-issue admin/pass.
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Well - I split the ticket with your new question.
Could you please mark resolve this ticket and we will continue with your new question with the split ticket.
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Please resolve this ticket as well 🙂
My issue is resolved now. Thank you!