- Posts: 14
- Thank you received: 0
Kunena 6.1.0 Released
The Kunena team has announce the arrival of Kunena 6.1.0 [K 6.1.0] which is now available for download as a native Joomla extension for J! 4.3.x & J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0
Solved category icon error: blinking!
3 years 10 months ago - 3 years 10 months ago #1
by fadege
category icon error: blinking! was created by fadege
I put my new category icon in the crypsisb3's image folder and update the crypsisb3 custom.less with:
.icon-gs {
background-image: url("assets/images/icons8-sex-spanking-60.png");
background-repeat: no-repeat;
width: 60px !important;
height: 60px !important;
}
.icon-gs.knewchar {
background-image: url("assets/images/icons8-sex-spanking-60-red.png");
background-repeat: no-repeat;
width: 60px !important;
height: 60px !important;;
}
I see my new icon but there is a blanking sign on it, with exclamation and question marks !
What's wrong??
.icon-gs {
background-image: url("assets/images/icons8-sex-spanking-60.png");
background-repeat: no-repeat;
width: 60px !important;
height: 60px !important;
}
.icon-gs.knewchar {
background-image: url("assets/images/icons8-sex-spanking-60-red.png");
background-repeat: no-repeat;
width: 60px !important;
height: 60px !important;;
}
I see my new icon but there is a blanking sign on it, with exclamation and question marks !
This message contains confidential information
What's wrong??
Last edit: 3 years 10 months ago by rich. Reason: Confidential codes added
Please Log in or Create an account to join the conversation.
3 years 10 months ago #2
by rich
Replied by rich on topic category icon error: blinking!
Add this to your code:
Code:
color: transparent;
Please Log in or Create an account to join the conversation.
3 years 10 months ago #3
by fadege
Replied by fadege on topic category icon error: blinking!
Please Log in or Create an account to join the conversation.
3 years 10 months ago #4
by rich
Replied by rich on topic category icon error: blinking!
Try this:
Code:
#kunena.layout svg.svg-inline--fa.fa-w-16.icon-gs.fa-3x.knewchar {
color: transparent !important;
}
Please Log in or Create an account to join the conversation.
3 years 10 months ago #5
by fadege
Replied by fadege on topic category icon error: blinking!
Nothing...
Please Log in or Create an account to join the conversation.
3 years 10 months ago - 3 years 10 months ago #6
by rich
Replied by rich on topic category icon error: blinking!
Last edit: 3 years 10 months ago by rich.
Please Log in or Create an account to join the conversation.
3 years 10 months ago #7
by fadege
Replied by fadege on topic category icon error: blinking!
you right! I put the code in the custom css of the site template and not in the custom css of the forum!
Thank you!
Thank you!
Please Log in or Create an account to join the conversation.
Time to create page: 0.331 seconds