- Posts: 6
- Thank you received: 0
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
Solved Issue with div.pagination colour
8 years 5 months ago - 8 years 5 months ago #197015
by Telumetar
Issue with div.pagination colour was created by Telumetar
Hello,
I was just given access to a website in order to install a forum so with some research I found out how awesome kunena is, but on the flip side I consider myself uber noob when it comes to customisation. So, I am having this issue
As you see the navigation menu is black and I want to make it transparent. I know that it has something to do with the website's template (which is JSN mero) and tried to find how to fix it using Firebug. I've found that it has to do with div.pagination and I need to edit the template.css at the website. The problem is that I don't know the exact code that I have to add at template.css in order to fix it.
I also have an other question regarding the language which instead of Greek I'd like it to be English by default but I guess I need to open a new thread.
I was just given access to a website in order to install a forum so with some research I found out how awesome kunena is, but on the flip side I consider myself uber noob when it comes to customisation. So, I am having this issue
As you see the navigation menu is black and I want to make it transparent. I know that it has something to do with the website's template (which is JSN mero) and tried to find how to fix it using Firebug. I've found that it has to do with div.pagination and I need to edit the template.css at the website. The problem is that I don't know the exact code that I have to add at template.css in order to fix it.
I also have an other question regarding the language which instead of Greek I'd like it to be English by default but I guess I need to open a new thread.
Last edit: 8 years 5 months ago by Telumetar.
Please Log in or Create an account to join the conversation.
8 years 5 months ago #197024
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Issue with div.pagination colour
Copy the code from Fiebug and add this code in your Kunena
custom.less
Example:
Kunena shows the language which is chosen in Joomla as default.
Example:
Code:
.pagination >li > a {
background-color: #f90000;
}
You're right, different question should not be discussed in the same topic.I also have an other question regarding the language which instead of Greek I'd like it to be English by default but I guess I need to open a new thread.
Kunena shows the language which is chosen in Joomla as default.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
8 years 5 months ago #197039
by Telumetar
Replied by Telumetar on topic Issue with div.pagination colour
Well I added this code
div.pagination {
background: none;
margin: -12px 0 20px;
line-height: 1;
text-align: center;
}
at the template.css and it worked like a charm. Thank you though for your responce
div.pagination {
background: none;
margin: -12px 0 20px;
line-height: 1;
text-align: center;
}
at the template.css and it worked like a charm. Thank you though for your responce
Please Log in or Create an account to join the conversation.
Time to create page: 0.317 seconds