This topic has 6 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Rose Tyler
I want the navigation arrows to be exactly like in the demo.
Screenshot for reference:
https://snipboard.io/J7soGB.jpg
Screenshot – Demo section
https://snipboard.io/kbM5qe.jpg
Hello, Catholicans,
Thank you for choosing XStore as your WooCommerce WordPress theme.
You are using WPBakery, so here is a link to the WPBalery demo – https://xstore.8theme.com/demos/2/niche-market02/
Kind Regards,
8theme team
Is it possible for me to make the exact navigation arrow design from Elementor in WP Bakery?
Hello, Catholicans,
You can post feature request about adding new settings for the element – https://www.8theme.com/taskboard/
or use custom CSS code, for example –
.swiper-entry:hover .swiper-custom-left, .swiper-entry:hover .swiper-custom-right {
background-color: white;
border-radius: 100px;
box-shadow: 0 13px 17px var(--et_dark-2-white-01);
}
Kind Regards,
8theme team
Can I make exact same arrow like the demo?
Screenshot :
https://snipboard.io/gpLjVD.jpg
Hello, Catholicans,
.swiper-custom-left:before {
content: '\e947';
}
.swiper-custom-right:before {
content: '\e948';
}
Kind Regards,
8theme team
Tagged: arrows, demo, exact, navigation, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up