I'd like to create a custom shape for a navigation dropdown menu item. I'd like the dropdown shape to be a rectangular shape with a -27 degree transform skew on each end(east/west) of the rectangle. I was hoping that you can point me where I can find the lines of style code and (in which) css where I can make this adjustment. The site is not online until I finish styling so I can't send a URL
Re: the styling code that I've placed below is a example of the shape styling that displays a custom shape ... the Background-color is not set, I included it because I'd also like to be able to change the custom shape color.
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
transform: skew(-27deg);
display: block;
content: "";
background-color: rgb(240, 140, 60);
Thanks for your help and support, I look forward to hearing your thoughts
~jeff
