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

Color icons and board code

M Topic Author
mediterrania
New Member New Member
mediterrania's Avatar
mediterrania
  • Thanks: 0

Color icons and board code

9 years 4 months ago
#5365
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

Attachments:

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

M Topic Author
mediterrania
New Member New Member
mediterrania's Avatar
mediterrania
  • Thanks: 0

Re: Color icons and board code

9 years 3 months ago
#5541
Any answer, please ?

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

Huyen Nguyen's Avatar
Moderator Moderator
  • Posts: 558
  • Thanks: 140

Re: Color icons and board code

9 years 3 months ago
#5697
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.
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 **

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

Time to create page: 0.246 seconds