Read before updating: How to Update Kunena Templates - More detail

Rounded corners on top and bottom of the forum

S Topic Author
New Member New Member
  • Posts: 10
  • Thanks: 1

Rounded corners on top and bottom of the forum

11 years 6 months ago
#1939
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. :(



Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Rounded corners on top and bottom of the forum

11 years 6 months ago
#1940
Hi Sabih,

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
The following user(s) said Thank You: Sabih

Please Log in or Create an account to join the conversation.

S Topic Author
New Member New Member
  • Posts: 10
  • Thanks: 1

Re: Rounded corners on top and bottom of the forum

11 years 6 months ago - 11 years 6 months ago
#1943
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:
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.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Rounded corners on top and bottom of the forum

11 years 6 months ago
#1944
Hi,

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
The following user(s) said Thank You: Sabih

Please Log in or Create an account to join the conversation.

S Topic Author
New Member New Member
  • Posts: 10
  • Thanks: 1

Re: Rounded corners on top and bottom of the forum

11 years 6 months ago - 11 years 6 months ago
#1945
This is how I look as a very satisfied customer. -> :)


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