Rounded corner dropdown menu?
-
Hello Scott Smith, thank you for making this great theme.
I don’t know much about css but i am not affraid to play a little with the code. ??
I would like to make the corners in the navigations dropdown menu round instead of squared.
I know something more or less like this is needed:
#navigation ul, #navigation ul li:last-child, #navigation ul li:last-child a {
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}I dont know what and where to put it and what to remove.. ??
Thank you for any help provided, this is the site where I am using Decode. https://h-g-s.ca
- The topic ‘Rounded corner dropdown menu?’ is closed to new replies.