Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Solved Custom icons for categories

More
10 years 10 months ago #166660 by romagromov
Hi!
I have issue with custom icons for categories.

I have created class
Code:
.calendar-icon { background: url(../images/calendar-icon.png) no-repeat scroll left center transparent; }

Then, I added it to category settings:



But this method not works. Icons are still dispays as default.
Thanks.

Download Free Software for Windows absolutly free.

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

More
10 years 10 months ago #166661 by 810
Replied by 810 on topic Custom icons for categories
try to clear cache. the icon should appear or the icon isn't showed. You should not see the old icon

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

More
10 years 10 months ago #166662 by romagromov
Of course cache was cleaned.
I added .calendar-icon class to my joomla template css file - is this correct?

Download Free Software for Windows absolutly free.

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

More
10 years 10 months ago - 10 years 10 months ago #166663 by 810
Replied by 810 on topic Custom icons for categories
try add this on the kunena custom less file.
Code:
#Kunena .calendar-icon { background-image: url("../images/calendar-icon.png"); height: 32px; width: 32px; background-size: 32px; }
Last edit: 10 years 10 months ago by 810.

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

More
10 years 10 months ago #166664 by romagromov
Sorry, but I can't found custom.less file in kunena directory...

I tried to add this class in my joomla template css file (gavick template - override.css)
but it didn't help.

Download Free Software for Windows absolutly free.

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

More
10 years 10 months ago #166669 by 810
Replied by 810 on topic Custom icons for categories
Backend - kunena - template manager - select template - edit less

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

Time to create page: 0.242 seconds