• Hello,

    Awesome theme, thanks!

    How can I edit text and link of button “CLICK TO START” in the top of the page.

    Sorry if it is too obvious, but I couldn’t find it in the customization panel.

    Rgds

    Jose

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme author must have an easy and better solution that this. But for now you may change both URL and text on the button at
    /wp-content/themes/bizlight/inc/hooks/featured-slider/featured-main-hook.php

    Please look for

    
    <a class="banner-btn button" href="<?php echo esc_url($bizlight_slider_array['bizlight-fs-link'] ); ?>">
    <?php _e('Click to start', 'bizlight'); ?>
    </a>
    

    and change values to what you want.

    Theme Author eVision Themes

    (@evisiontheme)

    Thanks Jose for using our free theme.

    Yes, you can create a child theme : https://codex.www.ads-software.com/Child_Themes in order to edit the text or you can upgrade to paid version to get more features and easy setting to change the text and urls.

    Best Regards,
    eVision Themes Support

    Subrata! Where do you put in your link? I tried to replace ‘bizlight-fs-link’ with my link – but it didn’t work…

    I found out ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit text and link of “CLICK TO START” BUTTON’ is closed to new replies.