- Posts: 60
- Thank you received: 0
How can I make topmenu buttons corners rounded?
-
susanagarduno1
Inactive member - Topic Author
- Member
Less
More
11 years 6 months ago #29729
by susanagarduno1
How can I make topmenu buttons corners rounded? was created by susanagarduno1
Hello,
I've been trying to make the top menu buttons corners rounded. I get the submenu get rounded but nothing happen in the first level.
Could you help me or telling me where is the css I should modify. Or maybe it can be done by means the sparky framework parameters?
My url: cfd2.gvamundial.com.mx/publicidad/index.php
I attached an image to show better what I mean.
Thanks a lot.
Susana
I've been trying to make the top menu buttons corners rounded. I get the submenu get rounded but nothing happen in the first level.
Could you help me or telling me where is the css I should modify. Or maybe it can be done by means the sparky framework parameters?
My url: cfd2.gvamundial.com.mx/publicidad/index.php
I attached an image to show better what I mean.
Thanks a lot.
Susana
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #29735
by ivan.milic
Replied by ivan.milic on topic How can I make topmenu buttons corners rounded?
Add tgis at bottom of template_css.css
UL.nav > li{
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
}
UL.nav > li{
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
}
Please Log in to join the conversation.
-
susanagarduno1
Inactive member - Topic Author
- Member
Less
More
- Posts: 60
- Thank you received: 0
11 years 6 months ago #29812
by susanagarduno1
Replied by susanagarduno1 on topic How can I make topmenu buttons corners rounded?
Thank you very much this solve the question I had.
susana
susana
Please Log in to join the conversation.
Time to create page: 0.245 seconds