- Posts: 60
- Thank you received: 0
how can I make the menu corners rounder?
-
susanagarduno1
Inactive member - Topic Author
- Member
Less
More
11 years 9 months ago - 11 years 9 months ago #27320
by susanagarduno1
how can I make the menu corners rounder? was created by susanagarduno1
Hello again,
I have been trying to make menu corners rounder.
I've modified template_css.css line 691:
#nav li:hover > ul {
background:url(../images/topmenu_bg.png) no-repeat;
border-bottom:1px solid #7f7f7f;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
}
And I put 15px instead:
#nav li:hover > ul {
background:url(../images/topmenu_bg.png) no-repeat;
border-bottom:1px solid #7f7f7f;
-webkit-border-radius:15px;
-moz-border-radius:15px;
-o-border-radius:15px;
border-radius:15px;
}
but only the corners in the lower border get rounder. I'm sending image to show what I mean.
My URL: cpcmetepec.com.mx/pruebas/
Thank you.
Susana
I have been trying to make menu corners rounder.
I've modified template_css.css line 691:
#nav li:hover > ul {
background:url(../images/topmenu_bg.png) no-repeat;
border-bottom:1px solid #7f7f7f;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
}
And I put 15px instead:
#nav li:hover > ul {
background:url(../images/topmenu_bg.png) no-repeat;
border-bottom:1px solid #7f7f7f;
-webkit-border-radius:15px;
-moz-border-radius:15px;
-o-border-radius:15px;
border-radius:15px;
}
but only the corners in the lower border get rounder. I'm sending image to show what I mean.
My URL: cpcmetepec.com.mx/pruebas/
Thank you.
Susana
Last edit: 11 years 9 months ago by susanagarduno1.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27340
by ivan.milic
Replied by ivan.milic on topic how can I make the menu corners rounder?
Edit this image:
templates/hot_business/images/topmenu_bg.png
undo that css
templates/hot_business/images/topmenu_bg.png
undo that css
Please Log in to join the conversation.
Time to create page: 0.167 seconds