Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1289685

    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?

    #1289861

    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

    #1289897

    Perfect, thanks @Yigit

    #1289903

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to change the menu buttons from rectangle to parallelogram?’ is closed to new replies.