HI
How can I hide or switch off the Website URL in the K2 Comment form please?
Many thanks
Seichinha wrote:Hi
Hide K2 website URL in the K2 Comment form?
Do you mean disable K2 comment form?
If so you can disable Comments on k2 item or Category parameters > Item view options.
Seichinha wrote:Sorry but that's not possible
#k2Container .itemCommentsForm .formUrl,
#k2Container .itemCommentsForm #commentURL {display: none!important}
Seichinha wrote:Now i see what you mean
It's Sunday... you know
Just to be sure, You want to hide Website URL on K2 Comments form, right?screen.png
Please add this lines on ../css/override.css file.
(don't forget to enable the use of css override on template parameters)
- Code: Select all
#k2Container .itemCommentsForm .formUrl,
#k2Container .itemCommentsForm #commentURL {display: none!important}
Seichinha wrote:Now i see what you mean Dow!
It's Sunday... you know
Just to be sure, You want to hide Website URL on K2 Comments form, right?screen.png
Please add this lines on ../css/override.css file.
(don't forget to enable the use of css override on template parameters)
- Code: Select all
#k2Container .itemCommentsForm .formUrl,
#k2Container .itemCommentsForm #commentURL {display: none!important}