Changing Read Review Button

Discussion in 'ReThink WordPress Theme' started by selfmade, Mar 26, 2015.

  1. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Hi, I would like to change the Read Review button on all of the post preview page to read" More Info". When i try change it on the post page, it just renders the entire area on the preview page blank. Thanks.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Selfmade!

    Could you please provide us your website URL along with some edited screenshot of your issue so that we can provide you the exact solution?

    Thanks,
    Praveen
     
  3. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Hi, the url is www.headphonesforworkingout.com. You can see the buttons are completely missing in the first example below and in the other (and them all) i need to change the "read review" button to say "more info". Thanks
    i example.png
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Selfmade!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content_bar .product {
      position: relative;
    }
    .product .buttons {
      position: absolute;
      left: 235px;
      top: 160px;
      margin-top: 50px !important;
    }
    To change "Read Review" button, you have to edit each post and write your test manually.
    Please follow the screenshot given below.
    rethink_change_read_review.png

    Thanks,
    Praveen
     

Share This Page