Archived topic
Liberte Theme Sketchy Border not working
1 reply · Started by Jane on October 10, 2022
Viewing posts 1–2 of 2
The Sketchy Border CSS is not working on the homepage image of the Liberte theme.
It is working on the buttons though.
The demo version has a nice wavey border (Sketchy Border CSS) and I am currently stuck with a square box.
How can I get the wavey border on the home page image?
Hi Jane,
Can you check in Appearance > Customize > Additional CSS if the CSS for Liberte template was imported?
Can you try adding this?:
.sketchy-border, .sketchy-border > .elementor-widget-container, .sketchy-border > .elementor-column-wrap, .sketchy-border > .elementor-widget-container .elementor-button {
border-radius: 255px 15px 225px 15px/15px 225px 15px 255px !important;
}
.sketchy-border-swap > .elementor-widget-container, .sketchy-border-swap > .elementor-column-wrap, .sketchy-border-swap > .elementor-widget-container .elementor-button {
border-radius: 15px 225px 15px 255px/255px 15px 225px 15px !important;
}
This archived topic is closed to new replies.