- Posts: 37
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.
Question Hide "Cancel" and "Preview" buttons
9 years 11 months ago #174234
by stromboli
Hide "Cancel" and "Preview" buttons was created by stromboli
Hi,
I want to hide the cancel and preview buttons, since they're no use to me, anybody know how to do it with .css?
I want to hide the cancel and preview buttons, since they're no use to me, anybody know how to do it with .css?
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174235
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Hide "Cancel" and "Preview" buttons
Yes, you can hide the CANCEL and PREVIEW buttons with CSS but it depends on whether you use the Blue Eagle or Crypsis templates. Which template are you using?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174236
by stromboli
Replied by stromboli on topic Hide "Cancel" and "Preview" buttons
Blue Eagle, I tried but it didn't work
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174254
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Hide "Cancel" and "Preview" buttons
Thanks for your question. This is the CSS for the Kunena Blue Eagle template:
Code:
#Kunena input.kbutton[name="cancel"], #Kunena input.kbutton[name="preview"] {
display: none;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174257
by stromboli
Replied by stromboli on topic Hide "Cancel" and "Preview" buttons
in which one? they are a bunch
isn't a custom.css that is not rewriten each time I update Kunena?
prntscr.com/arjzbq
isn't a custom.css that is not rewriten each time I update Kunena?
prntscr.com/arjzbq
Please Log in or Create an account to join the conversation.
9 years 11 months ago #174258
by 810
Replied by 810 on topic Hide "Cancel" and "Preview" buttons
backend - components - kunena - template manager- select blue eagle - edit css - custom.css - paste - click save
Please Log in or Create an account to join the conversation.
Time to create page: 0.278 seconds