Color Variables
Color Variables
7 years 6 months ago - 7 years 5 months agoThe NTS KSliver comes with six color options Blue, Cyan, Green, Orange, Violet, Red. All color options are ready, you can choose a color for your site from Kunena Template Manager page.
But no for me there is no option only manualy to change, also error in chrome no color css find.
Last edit: 7 years 5 months ago by Huyen Nguyen.
Please Log in or Create an account to join the conversation.
Re: Color Variables
7 years 6 months ago
Hi,
Sorry about wrong information. We removed all theme colors when update the template to compatible with Kunena 5.x. Instead we added the color chooser options. You can select multiple color to match with your site.
Please let us know if you want to help about the custom color variable to match with your site.
Sorry about wrong information. We removed all theme colors when update the template to compatible with Kunena 5.x. Instead we added the color chooser options. You can select multiple color to match with your site.
Please let us know if you want to help about the custom color variable to match with your site.
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 **
The following user(s) said Thank You: Milasinovic
Please Log in or Create an account to join the conversation.
Re: Color Variables
7 years 6 months ago - 7 years 6 months ago
How to remove number of topics in category view like in your demo
And color for new post how to remove color from category icon
And color for new post how to remove color from category icon
Last edit: 7 years 6 months ago by Milasinovic.
Please Log in or Create an account to join the conversation.
Re: Color Variables
7 years 6 months ago
Hi,
Please follow the bellow guide to solve your issues.
1. Remove the number of topic in category view.
- Open the default.php file in the "nts_ksliver/layouts/category/index/" path.
- Go to about line 87 and remove bellow code:
- Save and reload your site to view change.
2. Remove background color from category icon.
- Create new file with named: nts_ksliver_custom.css and copy bellow code to that file.
- Upload the nts_ksliver_custom.css file to the css folder of current joomla template.
- Reload your site to view chanage.
Let's us know if does not work with your site.
Best regards,
Please follow the bellow guide to solve your issues.
1. Remove the number of topic in category view.
- Open the default.php file in the "nts_ksliver/layouts/category/index/" path.
- Go to about line 87 and remove bellow code:
Code:
...
(<?php echo KunenaForumCategory::getInstance()->totalCount($category->getTopics()); ?>)
...
2. Remove background color from category icon.
- Create new file with named: nts_ksliver_custom.css and copy bellow code to that file.
Code:
/* Remove background color for newchar */
#kunena.layout i.knewchar {
background-color: transparent;
}
- Upload the nts_ksliver_custom.css file to the css folder of current joomla template.
- Reload your site to view chanage.
Let's us know if does not work with your site.
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.
Please Log in or Create an account to join the conversation.
Time to create page: 0.347 seconds