Background color forum
Background color forum
9 years 6 months ago
I am having an issue where part of the forum background is showing up as a grey color (color is not selectable in the template). Additionally the color is only showing up under part of the forum take a look at the forum at the folowing link
www.tribalgis.com/index.php/tribalgis
forum notice the difference between the category section and member section. Additionally we have a couple of private categories that show up with no background. any help is appreciated.
Please Log in or Create an account to join the conversation.
Re: Background color forum
9 years 6 months ago
Hi,
The first thank you about using our product. I have visited your site and checked your issues. The season of issues is style conflict between Kunena template style and Joomla template style. Please provide me a back-end account, I'll update quick fix to solve that issues.
Best regards,
The first thank you about using our product. I have visited your site and checked your issues. The season of issues is style conflict between Kunena template style and Joomla template style. Please provide me a back-end account, I'll update quick fix to solve that issues.
Best regards,
Please Log in or Create an account to join the conversation.
Re: Background color forum
9 years 6 months ago
Would it be possible for you to provide me with instructions for the fix so that I will be able to address this later when we apply additional updates?
Please Log in or Create an account to join the conversation.
Re: Background color forum
9 years 6 months ago
Hi,
Open the template.css file of your joomla template and add bellow css rules to the bottom of file.
Clear cache of your site before refresh your site.
Best regards,
Open the template.css file of your joomla template and add bellow css rules to the bottom of file.
Code:
#kunena.layout #section1,
#kunena.layout #section2,
#kunena.layout #section3,
#kunena.layout #section4 {
background: #fff !important;
}
#kunena.layout .kcol-cat-lastpost .klatest-subject a {
width: 220px;
}
#kunena.layout .kcol-cat-lastpost .user-avatar {
margin-top: 0;
}
Clear cache of your site before refresh your site.
Best regards,
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds