Official support hours: from 9 AM — 6 PM Monday to Friday (GMT +2).
The support staff may not reply on technical inquiries on weekends; all requests will be answered necessarily during working days. Reply time: depending on the complexity of your issue, the answer can be provided between a few hours up to 48 hours. In the particular instances we will notify you if extra time will be required to solve the issue.

×

Notice

The forum is in read only mode.

Button rounded corners

7 years 7 months ago #416 by Tobi
Button rounded corners was created by Tobi
What do i edit to make both input button and link buttton to have round corners
7 years 7 months ago #418 by Eugene S.
Replied by Eugene S. on topic Re: Button rounded corners
Sorry, what do you mean under input and link buttons? Could you make a screenshot to show me which elements you want to customize?
Thanks.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
7 years 7 months ago #419 by Tobi
Replied by Tobi on topic Re: Button rounded corners
I mean i want the links in purple to be round at the border, i don't know the actual id or class to pur border radius on
7 years 6 months ago #428 by Eugene S.
Replied by Eugene S. on topic Re: Button rounded corners
Hello Tobi,
Sorry for the delay with reply.
Please add the following rules in /components/com_kunena/template/rnd_kascetic/css/custom.css:
div#Kunena #kpost-buttons .kbutton,
div#Kunena .button,
div#Kunena .kbutton, 
div#Kunena input.kbutton, 
a.kattachment-insert.kbutton, 
a.kattachment-remove.kbutton, 
div#Kunena input, 
div#Kunena input.kbutton,
div#Kunena .kicon-button,
div#kbutton_addvideo1,
div#kbutton_addvideo2,
div#Kunena .kicon-button span span,
div#Kunena .kicon-button span{
    border-radius: 3px!important;
}

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Moderators: Eugene S.

Partners