Looking of Kunena component

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Fri Dec 14, 2012 8:43 pm
Hello!

I using template "League News" and installed component "Kunena Forum" with template "Tamna" on it.

This Forum with this template must be look like on his demo-site -
http://demo.templatekunena.com/index.ph ... name=tamna

But on "League News" forum looked so - http://laoris.info/forum - no background and some distortions on buttons and forum's mainbody.

How i can to get the same look of the forum as in demo-site?
Can you tell me how to do that.

Best regards!
User avatar
Fresh Boarder

teitbite
Sat Dec 15, 2012 7:03 pm
Hi

looking at the demo I can see that black background is attached to a joomla template, not kunena with the code:

Code: Select all
#ja-content-main {
    background: none repeat scroll 0 0 #000000 !important;
}


so You can make the same adding this code:

Code: Select all
section#gkContent {
    background: none repeat scroll 0 0 #000000 !important;
}


what buttons problems You have ? I see this part with no interference form a template css. Maybe some images needs to be added separately ?
User avatar
Moderator

GK User
Sat Dec 15, 2012 10:33 pm
Hi! Thank you for reply!

Code work very well. How to do, that code will work only on the pages of the forum
and doesn't affect another part of the site?

P.S. About distortions:
I'm sorry, i took distortion as absence shadows of template boxes and buttons. It's
no distortions - it's was only my mistake.
User avatar
Fresh Boarder

teitbite
Tue Dec 18, 2012 1:39 am
Hi

The easiest way to add this only to Kunena pages is to copy it into one of Kunena css files.
User avatar
Moderator

GK User
Wed Dec 19, 2012 11:23 am
I added this code to forum's template 'layout.css'.
The code work very well and that exactly what i wanted

Thank you very much for help!
User avatar
Fresh Boarder

teitbite
Wed Dec 19, 2012 10:35 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron