Rounded corners on top and bottom of the forum
Rounded corners on top and bottom of the forum
11 years 6 months ago
Hey,
wissenheit.de
As you can see I am using border-radius 5px on my Joomla template and I would like to fit the KInfinite to that. How can I make the top and bottom on my forum here with rounded corners as well.
I tried several classes in my custom.css but all of them got no effect at all.
wissenheit.de
As you can see I am using border-radius 5px on my Joomla template and I would like to fit the KInfinite to that. How can I make the top and bottom on my forum here with rounded corners as well.
I tried several classes in my custom.css but all of them got no effect at all.
Please Log in or Create an account to join the conversation.
Re: Rounded corners on top and bottom of the forum
11 years 6 months ago
Hi Sabih,
Open the custom.css file in the "[root]/templates/yoo_avenue/css" path and add below CSS rules to bottom of file.
Refresh your site when you finish update. Let us know if it does not work on your site.
Best regards
Open the custom.css file in the "[root]/templates/yoo_avenue/css" path and add below CSS rules to bottom of file.
Code:
body .tm-noblog .tm-content {
border-radius: 5px;
}
body #Kunena div.kblock {
display: none;
}
body #Kunena div.kpathway {
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
}
body #Kunena div.kforum-pathway {
border: 0;
}
body #Kunena div.kblock div.kbody {
border: 0;
}
Refresh your site when you finish update. Let us know if it does not work on your site.
Best regards
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: Sabih
Please Log in or Create an account to join the conversation.
Re: Rounded corners on top and bottom of the forum
11 years 6 months ago - 11 years 6 months ago
Amazing, thank you soo much. 
Though I found a little error and I hope it got no effect:
I had to remove this code out of your code:
Not sure what this was meant for, because it made the whole page disappear.
And here the body tag was wrong and removed.
But now it is working and I am thankful for your help.
Though I found a little error and I hope it got no effect:
I had to remove this code out of your code:
Code:
body #Kunena div.kblock {
display:none;}
Not sure what this was meant for, because it made the whole page disappear.
And here the body tag was wrong and removed.
Code:
body .tm-noblog .tm-content {
border-radius: 5px;
}
But now it is working and I am thankful for your help.
Last edit: 11 years 6 months ago by Sabih.
Please Log in or Create an account to join the conversation.
Re: Rounded corners on top and bottom of the forum
11 years 6 months ago
Hi,
Sorry please replace the:
by
We want to disable the profile box on your site.
Regards
Sorry please replace the:
Code:
#Kunena div.kblock {
display: none;
}
by
Code:
body #Kunena div.kpbox {
display: none;
}
We want to disable the profile box on your site.
Regards
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: Sabih
Please Log in or Create an account to join the conversation.
Re: Rounded corners on top and bottom of the forum
11 years 6 months ago - 11 years 6 months ago
This is how I look as a very satisfied customer. -> 
Thank you for your outstanding and quick help!
Thank you for your outstanding and quick help!
Last edit: 11 years 6 months ago by Sabih.
Please Log in or Create an account to join the conversation.
Time to create page: 0.255 seconds