Disable Preview Button
Disable Preview Button
13 years 4 days ago
Hi,
maybe its not really with your template but I do not know perhaps you can help anyway. How can the 'Preview' button be disabled so that the option is no longer available?
Thank you
maybe its not really with your template but I do not know perhaps you can help anyway. How can the 'Preview' button be disabled so that the option is no longer available?
Thank you
Please Log in or Create an account to join the conversation.
Re: Disable Preview Button
13 years 2 days ago
Hi Sabih,
If you want to disable the button preview you can add the following code section in to the template.css (css of the joomla template ).
Regards
If you want to disable the button preview you can add the following code section in to the template.css (css of the joomla template ).
Code:
#Kunena td#kpost-buttons .kbutton:nth-child(2) {
display: none;
}
Regards
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: Sabih
Please Log in or Create an account to join the conversation.
Time to create page: 0.229 seconds