Color icons and board code
M
Topic Author
mediterrania
New Member
mediterrania
- Thanks: 0
Color icons and board code
9 years 4 months ago
Hello,
I've updated kunena 5.0.4.1 and now, the usual editor has gone to a very basic editor, the colors of the topic icons have changed to grey color, and the emojis have dissapeared.
Could you help me to find them ?
Thanks
I've updated kunena 5.0.4.1 and now, the usual editor has gone to a very basic editor, the colors of the topic icons have changed to grey color, and the emojis have dissapeared.
Could you help me to find them ?
Thanks
Please Log in or Create an account to join the conversation.
M
Topic Author
mediterrania
New Member
mediterrania
- Thanks: 0
Please Log in or Create an account to join the conversation.
Re: Color icons and board code
9 years 3 months ago
Hi mediterrania,
1. We have just exported new version for NTS KMonazite template to fixed the BBCode issue. Please download new version and update to your site.
2. Follow some below steps to custom color for topic icon.
- Create new style file with named nts_kmonazite_custom.css and paste below CSS rule to that file.
- Upload the nts_kmonazite_custom.css file to the css folder of your active joomla template.
- Back to front-end and reload your site.
P/S: You can change change color code for each topic icon.
Happy new year and let's us know if you have an other question.
Best regards,
1. We have just exported new version for NTS KMonazite template to fixed the BBCode issue. Please download new version and update to your site.
2. Follow some below steps to custom color for topic icon.
- Create new style file with named nts_kmonazite_custom.css and paste below CSS rule to that file.
Code:
#kunena.layout #iconset_topic_list .fa-file,
#kunena.layout kcol-topic-icon .fa-file {
color: #9C27B0;
}
#kunena.layout #iconset_topic_list .fa-exclamation-circle,
#kunena.layout kcol-topic-icon .fa-exclamation-circle {
color: #3F51B5;
}
#kunena.layout #iconset_topic_list .fa-question-circle,
#kunena.layout kcol-topic-icon .fa-question-circle {
color: #2196F3;
}
#kunena.layout #iconset_topic_list .fa-lightbulb-o,
#kunena.layout kcol-topic-icon .fa-lightbulb-o {
color: #009688;
}
#kunena.layout #iconset_topic_list .fa-heart,
#kunena.layout kcol-topic-icon .fa-heart {
color: #4CAF50;
}
#kunena.layout #iconset_topic_list .fa-compress,
#kunena.layout kcol-topic-icon .fa-compress {
color: #FF9800;
}
#kunena.layout #iconset_topic_list .fa-times,
#kunena.layout kcol-topic-icon .fa-times {
color: #795548;
}
#kunena.layout #iconset_topic_list .fa-check,
#kunena.layout kcol-topic-icon .fa-check {
color: #f44336;
}
- Upload the nts_kmonazite_custom.css file to the css folder of your active joomla template.
- Back to front-end and reload your site.
P/S: You can change change color code for each topic icon.
Happy new year and let's us know if you have an other question.
Best regards,
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
Time to create page: 0.246 seconds