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

Question Where to find in css ?

More
16 years 1 month ago #42591 by Repelzteeltje
Hi,

I'm trying to find some lines in the css but can't find them...

In the picture below you can see a white border around the avatar in the profilebox... the top border is white also...
In Firefox and Chrome these borders are black as they should be but in IE they stay white and I can't figure out how to change this..

In the searchbox I can't change the black text "Zoeken" to white...

I hope someone can help me out here...

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

More
16 years 1 month ago - 16 years 1 month ago #42616 by sozzled
Replied by sozzled on topic Re:Where to find in css ?
The easiest to fix of your problems is the font-colour of "Zoeken". Edit your Kunena CSS and add the line shown below in red:

#Kunena #fb_searchbox .fb_search_inputbox {
background:url("images/search_icon.gif") no-repeat scroll 5px center transparent;
border:1px solid #FF6600;
color:white;
margin:0 0 0 5px;
padding:1px 5px 1px 20px;
width:auto;
}

Leaving aside the fact that Microsoft does everything completely differently to everyone else - which is why you're having those IE8 problems - you can change the black border above the profilebox area as follows:

#Kunena #Kunena_top td {
background:url("templates/hot_mobility/images/content_bg2.png") repeat scroll 0 0 transparent;
border-style:solid;
border-width:0 0 3px;
color:white;
margin:0;
}

As far as the border around the avatar image is concerned, is isn't as easy to easy to fix because, as a guest on your website, of course I cannot see an avatar! ;)

In the same way as I identified and fixed (I think) the CSS problems above in less than 5 minutes, you can do this too. Please read Before you ask for help with template issues ... . Get yourself Firebug for Firefox!

Let us know how you go. Good luck. :)
Last edit: 16 years 1 month ago by sozzled.

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

More
16 years 1 month ago #43092 by Repelzteeltje
Thanks for pointing some things out...

I couldn't get the colors up because I made a typo.... (a ; is easely forgotten)

I do have Firebug but somethings can be overlooked... they are the, but not correct, if you know what I mean...

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

More
16 years 1 month ago - 16 years 1 month ago #43093 by sozzled
Replied by sozzled on topic Re:Where to find in css ?
So, by correcting the the easily-made mistake of forgetting to end a CSS rule with a semi-colon (I do this too ... often! :laugh: ), have you addressed all your design issues now? :unsure:
Last edit: 16 years 1 month ago by sozzled.

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

Time to create page: 0.248 seconds