Hello, is it possible to make such a design in the bottom right corner of the footer and in the right corner in the submenu?
https://my.hidrive.com/lnk/44xEL1FD
https://my.hidrive.com/lnk/MTxkrFWx
Hey babettegcc,
Thank you for the inquiry.
We can use the clip-path css property to adjust the shape of the submenu container.
.av-main-nav > li > ul {
clip-path: polygon(0% 0%, 100% 0, 100% 80%, 75% 100%, 0% 100%);
}
Please check this tool.
// https://bennettfeely.com/clippy/
Best regards,
Ismael
Thank you :)
could you also give me the code for the corner below at the bottom of the page?
https://my.hidrive.com/lnk/MTxkrFWx
Best reagards
Hi,
Thank you for the update.
You can also apply the same css to the column element. Just apply a custom css class name to it, duplicate the css code that we used above and replace the selector with the custom css class name.
// https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
If the custom css class name of the column is av-clipped-column for example, the css code should look like this.
.responsive #top .av-clipped-column {
clip-path: polygon(0% 0%, 100% 0, 100% 80%, 75% 100%, 0% 100%);
}
You can then apply a custom background color to the column itself instead of a background image.
Best regards,
Ismael
thank you :) it works
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike