AwesomeOne Pro ''Learn More''

Home Support Themes Forum AwesomeOne Pro ''Learn More''

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2123
    Anonymous
    Inactive

    the “Learn More” section can be modified how?

    #2125
    FlyThemes
    Keymaster

    Hi

    Yes you can do it please see our documentation for modify the sections:
    flythemesdemo.net/documentation/awesomeone-doc/

    Thank You

    #2127
    Anonymous
    Inactive

    where can you write please!

    #2134
    Anonymous
    Inactive

    Deniz if you are wanting to change the actual text “learn more” you have to do it in the Appearance editor in the Theme Header (header.php) section. You have to change it in the code. Scroll down until you see this…

    <?php } ?>
    <?php if( of_get_option(‘slideurl’.$sln, true) != ”){ ?>
    “><?php _e(‘Learn More’,’awesomeone’); ?>
    <?php } ?>
    <?php if( of_get_option(‘purchaselink’, true) != ”){ ?>
    “><?php _e(‘Get a Quote’,’awesomeone’); ?>
    <?php } ?>
    </div>
    </div><?php
    } ?>

    </div>

    Where it says (‘Learn More’,’awesomeone’); change the wording Learn More. If you look at the next few lines you can see where I changed the “Purchase Now” button text to “Get a Quote”. I hope that helps. Be careful of anything you change in this code and only do it of you feel confident in it. Change or delete the wrong thing and you can mess up your site.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.