How to change the button text

Discussion in 'ReThink WordPress Theme' started by delkko, May 1, 2013.

Thread Status:
Not open for further replies.
  1. delkko

    delkko New Member

    Joined:
    Apr 28, 2013
    Messages:
    27
    Likes Received:
    0
    Hello, I want to know how to change the button text "Visit Site and Read Review" because my website is for Spanish speaking visitors like me, and I wish that the text is in Spanish.
    Thank you very much in advance for your help.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    To change the text you have to make changes in "loop.php" file. You will get the file in theme directory. Also changing you the image where you can change the text.
    Here is the link of the image : http://screencast.com/t/Ri0h7rCUe9Js

    this will change the text of button
     
  3. delkko

    delkko New Member

    Joined:
    Apr 28, 2013
    Messages:
    27
    Likes Received:
    0
    Thank you very much, it was very useful help, and also I would like to ask what is the procedure if I want to remove the button "Visit SIte" and to display only the button "Read Review" and if this can be done individually for specific pages on pages such non-review.
    Thanks.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .product a.btn-1{
    display:none;
    }
     
  5. delkko

    delkko New Member

    Joined:
    Apr 28, 2013
    Messages:
    27
    Likes Received:
    0
    Thank you very much,
     
Thread Status:
Not open for further replies.

Share This Page