- Posts: 27
- Thank you received: 2
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
Solved strange icon on login
It appears to be caused by your .css though the root cause is that green class
margin-top: 0 !important;
box-shadow: 0 0 0 2px #008000, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0, 0, 0, 0.1);
}
[/code]
Please Log in or Create an account to join the conversation.
- Posts: 978
- Thank you received: 153
Just choose the right avatar type.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
otherwise the color of your picture looks a bit like the green button on your home page (get started)
and that color comes from your custom.css (rule95))from your own template
set that to another color does it change the color of the avatar too?
With kind regards
Leen
Please Log in or Create an account to join the conversation.
I've been told its the avatar type. No, its not the avatar type.
#1 its just a shape, #2 I've tried them all
I pointed out very clearly that there is a "green" class being applied to the avatar. Surely you don't think I did that myself? Just incase you think I did I even supplied the kunena css which it calls.
Yes, I have a green button and a css element to style that button. named "green".
IF we were discussing the shade of green then all this would make more since but we're not. We're discussing WHY IS THERE A GREEN CLASS WITH THE AVATAR! I want it removed!
Please Log in or Create an account to join the conversation.
- Posts: 12288
- Thank you received: 2537
If you want to remove this, change the avatar type from Thumbnail to Normal in the Aurelia settings.
If the narrow green frame around the avatar afterwards still bothers you, add the following code to the custom.scss file (and empty the cache if necessary).
You have to do the same for the other colors.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.