go to phpMyadmin
wp_options
active_plugins
change value to:
a:0:{}  

update TABLE_NAME set FIELD_NAME = replace(FIELD_NAME, 'Text to find','text to replace with');

@media(min-width:768px){

selector .elementor-form-fields-wrapper {

-ms-flex-wrap: nowrap !important;

flex-wrap: nowrap !important;

}

}

body {

text-align: center;

}

WP Admin > Elementor > Custom code
create a new Custom code entry, set it to body start

<script>

jQuery(document).ready(function($){

setTimeout(function(){

$('.flatpickr-input').each(function(){ flatpickr( $(this)[0] ).set('dateFormat', 'd/m/Y');}); }, 1000 );

});

</script>

selector div {

direction: rtl;

}

דילוג לתוכן