How to Change Button Name?

Discussion in 'Infoway WordPress Theme' started by drewcoster, Mar 7, 2013.

  1. drewcoster

    drewcoster New Member

    Joined:
    Mar 6, 2013
    Messages:
    18
    Likes Received:
    0
    Hi.
    When my blog is in summary, you have the option to click a button to read more, but the button says, "Take Tour", I would like this to say "Read More". How can I change this?

    Thanks

    Drew
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]


    Use same process for others also.
     
  3. drewcoster

    drewcoster New Member

    Joined:
    Mar 6, 2013
    Messages:
    18
    Likes Received:
    0
    Thanks. The text was in the blog.php page, but now I've changed that text, on mouse-over, the text moves one space left. Any ideas? http://www.gochange.me/?page_id=43

    Drew
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Go to the style.css file present in your Theme directory and remove the code given below from line number 1817-1819 in that file.
    Code:
    -webkit-transition:all 0.6s linear;
        -moz-transition:all 0.6s linear;
        -o-transition:all 0.6s linear;
    For the reference see the image given below
    [​IMG]
    this will solve your issue.
     
  5. imageresults

    imageresults New Member

    Joined:
    Apr 10, 2013
    Messages:
    13
    Likes Received:
    0
    Hi I'm tying to change the "Take Tour "also on the post summary page and went to the front-page.php and did a search for Take Tour but nothing came back, i also did a search for just "take" and no results? Any clue?
     
  6. imageresults

    imageresults New Member

    Joined:
    Apr 10, 2013
    Messages:
    13
    Likes Received:
    0
    here is the code in the front-page.php so you can see I changed it to Read More

    Screen shot 2013-04-19 at 2.14.02 PM.png
     
  7. imageresults

    imageresults New Member

    Joined:
    Apr 10, 2013
    Messages:
    13
    Likes Received:
    0
    here is screen shot where it still shows take tour
    Screen shot 2013-04-19 at 2.16.47 PM.png
     

Share This Page