Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.

Question Community Builder CSS *World Of Difference*

More
16 years 11 months ago #13263 by sunnyjey
Hi James,

I purposely avoided to bump this post as you were sick. I am glad to see you back in the action.

I have been trying to customize the my template after your hint in first post. So far i got success in changing css of some tabs. I am editing on my clone site at localhost computer so i wont be able to provide the access to it.

But i will try to provide as much detail in following paragraph.
1. I have selected DIV WITH TITLE
2. And pasted following css code to change css of tabid_21
Code:
#cb_tabid_21,{ float:right; color:red; }

So far i got success to change the color to red.

3. Now i want to give different color for the heading and content. for eg.
CITY: London
COUNTRY: UK
WEBSITE: JB.com

for CITY, COUNTRY AND WEBSITE = red color
while for
London, UK and JB.com = blue color

so how do i change color for heading and their content

I have tried like:
Code:
} #cb_tabid_21,.sectiontableheader { float:right; color:red; } } #cb_tabid_21,.sectiontableentry1 { color:blue; }

but couldnt get the result. Can you please tell me how to do it?

Thank you

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

More
16 years 10 months ago #15950 by hjames
I asure you I am not avoiding your question!

E-mail me your website, username and login.

James

Joomla 1.5.24

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

More
16 years 10 months ago #16146 by drocksvold
James,

Some people do not have a choice in the browser that they use at work. I am unfortunately stuck using IE6. Should I be shot because someone in the corporate IT department doesn't want to upgrade to a more current version, or a better browser? :ohmy:

I use other browsers at home, it's just when I'm stuck at work digging for answers to questions that I have to use this annoying antique... :angry:

Take Care,

Dustin

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

More
16 years 9 months ago #18776 by Lintzy
sunnyjey wrote:

I have tried like:

Code:
} #cb_tabid_21,.sectiontableheader { float:right; color:red; } } #cb_tabid_21,.sectiontableentry1 { color:blue; }


You have two brackets after color:red; that will not work.

Perhaps in addition:

If you write #ch_tabid_21, .sectiontableheader
you point to #ch_tabid_21 and to .sectiontableheader

if you want to point only to the .sectiontableheader in #ch_tabid_21
you have to write:
#ch_tabid_21 .sectiontableheader

Perhaps you knew this yet, I don't know your CSS skills ;)

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

More
16 years 9 months ago #18795 by sunnyjey
Thank you Lintzy,

After trial and error I have already made changes. Believe me I have made my CB based site better than that of Jomsocial template.

If you know little bit of css you can create visually appealing Member's Profile pages. I am glad that i have stick with CB and not moved to Jomsocial. I can see thousands of jomsocial based websites with same monotonous looking profile pages.

Community builders rocks!!

thank you once again.

Sunny

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

Time to create page: 0.274 seconds