Button color
Button color
2 years 7 months ago
at least button submit (login) does not respect color settings. I suppose css should be changed from
to
Similar to pagination buttons that are working and inheriting primary color as set in backend.
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);
}
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);
}
Please Log in or Create an account to join the conversation.
Re: Button color
2 years 7 months ago
Hi,
Thank you very much about bug report. We fixed this issue and updated to the template package.
Regards,
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Time to create page: 0.241 seconds