Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
I’ve been struggling for a while now trying to customize the Kiri slider. I would like to change the vertical text (Project X/XX) and also randomize the background images position when hovering the text, I installed revslider and all plugins needed. I tried to find out the dummy_data_sliders file but it doesnt appears in the zip file I downloaded from Envato.
PS; I’m working on it locally.
Thanks a lot for your time and your help,
Robin
Hi,
There are no dummy_data_slider files in our theme. The only thing related to sliders is that we are using widgets of plugin “Cowidget Elementor Addons” for sliders. You can customize those files from:
wp-admin > plugins > Plugin Editor > Select Cowidget Elementor Addons > inc > widgets-manager > widgets > content > class-ce-(desired slider name).php
Thanks,
Hi,
copy/paste this code to style.css of theme:
.ce-kiri-slider .title-wrapper .slide-title{
text-align:left !important;
}
.ce-kiri-slider .images-wrapper{
justify-content:flex-end !important;
}
and adjust alignment according to your desire.
Thanks,
You must be logged in to reply to this topic.