- Thank you received: 0
Get rounded corners of all module suffixes
-
itsoue
-
Topic Author
- New Member
-
Less
More
10 years 11 months ago - 10 years 11 months ago #38898
by itsoue
Get rounded corners of all module suffixes was created by itsoue
Hello,
I would like that all module suffixes in Hot joomla destinations would be rounded but not squares. How can please I do that? Sorry for my bad English as we are French speaking
Also, is it possible to have the same menu bar but rounded corner as shown in the attached file?
Please, your help would be very very appreciated.
Thank you.
I would like that all module suffixes in Hot joomla destinations would be rounded but not squares. How can please I do that? Sorry for my bad English as we are French speaking

Also, is it possible to have the same menu bar but rounded corner as shown in the attached file?
Please, your help would be very very appreciated.
Thank you.
Last edit: 10 years 11 months ago by itsoue.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #38904
by ivan.milic
Replied by ivan.milic on topic Get rounded corners of all module suffixes
Add this to bottom of template_css.css
div.moduletable_style1 h3{
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
div.moduletable_style1 h3{
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
Please Log in to join the conversation.
Time to create page: 0.150 seconds