< All Topics
Print

How to change the text “Discover” on home page?

1. To change the text “Discover” on home page:

Please open theme folder > inc > format > your current home page template

(ex: content-page-slider.php)

Search for this code

<div data-url=”<?php echo esc_url( $link ); ?>”><?php _e( ‘Discover’, ‘bow’ ); ?></div>

Change the ‘Discover’ with ‘Your-word’.

2. To Increase the font text “Discover” on home page:

please find this code in your style.css:


.homepage .discover {

then add this code bellow: 

font-size: medium;
(or large, or other size you want to)

Table of Contents