• Hi,

    As you can see on my home page the titles are cut in the carrousel, how can I change that?

    Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You can change it by changing the number of words count 6 displayed in the below code. You can do so by overwriting the theme file /newspaper-x/inc/libraries/widgets/widget-newspaper-x-header-module/layouts/default.php in the child theme of Newspaper X theme.

    
    <?php echo wp_kses_post( wp_trim_words( get_the_title(), 6, $more = '&hellip;' ) ) ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Title cut in the carrousel’ is closed to new replies.