Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s your slider read more button.
    <a class="slider-read-more-button" href="https://oliviapasquali.com/creation-de-contenu/" title="CRéATION DE CONTENU">Read more</a>

    What theme are you using?

    Thread Starter oliviaontheriviera

    (@oliviaontheriviera)

    I am using the Spacious theme. The issue is also further down, not only in the slider. Where could I change this text and replace with the French equivalent?
    Thanks

    “You can go to theme folder->inc folder->header-functions.php. Look for the spacious_featured_image_slider function and inside it look for the ‘Read more’ text. You can change there.
    Note: Any changes done directly to the theme will be lost when updating the theme so make a child to make the customization so that you won’t lose the changes when you update the theme.”

    Thread Starter oliviaontheriviera

    (@oliviaontheriviera)

    Yep have a child theme already. Will have a look now.

    Thread Starter oliviaontheriviera

    (@oliviaontheriviera)

    ok so I just replaced “read more” with “plus” in my child header function php file in the following line of code `</div>
    <?php } ?>
    <div class=”clearfix”></div>
    <a class=”slider-read-more-button” href=”<?php echo esc_url( $spacious_slider_link ); ?>” title=”<?php echo esc_attr( $spacious_slider_title ); ?>”><?php _e( ‘Plus’, ‘spacious’ ); ?></a>
    </div>`
    but the button still appears as read more and not plus…
    Any ideas?
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the Read More button text’ is closed to new replies.