Tagged: menu
I have a site design that would benefit from the menu buttons (currently rectangular in shape) being parallelograms.
In a perfect world I’d have a right border of maybe 2 or 3px thickness that I could specify a different color for too.
Any tips please?
Hey Steve,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top #wrap_all #header .av-menu-button > a {
-webkit-transform: skew(-20deg);
-moz-transform: skew(-20deg);
-o-transform: skew(-20deg);
transform: skew(-20deg);
}
If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)
Regards,
Yigit
Perfect, thanks @Yigit
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit