Read before updating: How to Update Kunena Templates - More detail

Button color

Joomla!NL's Avatar Topic Author
Senior Member Senior Member
  • Posts: 74
  • Thanks: 9

Button color

2 years 7 months ago
#16622
at least button submit (login) does not respect color settings. I suppose css should be changed from
Code:
#kunena.layout .kuser-area .kinput .kbtn, #kunena.layout .kuser-area .kinput .kmsg-actions li a, #kunena.layout .kmsg-actions li .kuser-area .kinput a {     background: var(--kprimary);     height: 40px;     padding: 0 var(--ksp-5); }
to
Code:
#kunena.layout .kuser-area .kinput .kbtn, #kunena.layout .kuser-area .kinput .kmsg-actions li a, #kunena.layout .kmsg-actions li .kuser-area .kinput a {     background: var(--kp);     height: 40px;     padding: 0 var(--ksp-5); }
Similar to pagination buttons that are working and inheriting primary color as set in backend.

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Button color

2 years 7 months ago
#16626
Hi,
Thank you very much about bug report. We fixed this issue and updated to the template package.

Regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

Time to create page: 0.241 seconds