Forum is "see through" because of my theme. Help!
Forum is "see through" because of my theme. Help!
11 years 9 months ago - 11 years 9 months ago
Hello,
Can you help my style my form correctly? My theme has a lot of 'see through' on it, and the carbon theme seems to be taking after that even though "blend with joomla" is set to no.
The forum can be seen at: test.reforgedgc.com/joomla/index.php/forum/index
Is there something I can place in my custom.css to fix this?
Thanks in advance!
Can you help my style my form correctly? My theme has a lot of 'see through' on it, and the carbon theme seems to be taking after that even though "blend with joomla" is set to no.
The forum can be seen at: test.reforgedgc.com/joomla/index.php/forum/index
Is there something I can place in my custom.css to fix this?
Thanks in advance!
Last edit: 11 years 9 months ago by Tillman32.
Please Log in or Create an account to join the conversation.
Re: Forum is "see through" because of my theme. Help!
11 years 9 months ago
Hi Tillman32,
Please open the rt_oclulus-custom.css file in the css folder of your template and add the bellow CSS code to end of file.
We checked on firebug and it worked fine.
Best regards,
Please open the rt_oclulus-custom.css file in the css folder of your template and add the bellow CSS code to end of file.
Code:
/* 9themestore.com fix for Kunena forum */
body .rt-grid-12 #rt-mainbody {
background-image: none !important;
}
#Kunena table.kblocktable {
background: #111;
}
#Kunena table.kmsg {
background: #111;
}
body #Kunena #ktab ul.menu li.active a:before,
body #Kunena #ktab ul.menu li.active a span:before {
display: none;
}
body #Kunena #ktab a:before {
display: none;
}
#Kunena #ktab {
overflow: hidden;
}
#Kunena #ktab ul {
float: left;
}
body #Kunena #ktab a {
border-color: #1d465b;
}
body #Kunena div#kannouncement .kanndesc {
background: #ffc;
text-shadow: none;
}
body #Kunena #kpolls_tbody img.jr-forum-stat-bar {
height: 10px;
}
body #Kunena .kadvsearch .kbody {
background: #111;
border-bottom: 1px solid #2b2b2c;
border-radius: 0 0 5px 5px;
}
We checked on firebug and it worked fine.
Best regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Time to create page: 0.329 seconds