Buy me a coffee

Gallery Block Title Line Break

#1. First, add this code to the Code Injection – Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
  $(".image-slide-title").each(function(){
    $(this).html($(this).text());
  });
});
</script>

Gallery Block Title Line Break 01 Min

#2. Use this code to Custom CSS box

/* gallery block title */
.image-slide-title {
    text-overflow: initial !important;
    white-space: initial !important;
    overflow: initial !important;
}

 

Gallery Block Title Line Break 02 Min

#3. Use this format in the Title text

  • Mountain<br/>Trees in the world

Gallery Block Title Line Break 03 Min

#4. Result

 

Gallery Block Title Line Break 05 Min