Button color

Button color was created by Joomla!NL

Posted 1 year 2 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.
Post by Joomla!NL

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

Replied by ntstore on topic Button color

Posted 1 year 2 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

Post by ntstore

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

Time to create page: 0.605 seconds