Change color or Read Review button?

Discussion in 'ReThink WordPress Theme' started by gloryous, Apr 18, 2015.

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

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Is it possible to change the color of the "Read Review" button to something specific; e.g., RGB or Hex color value? [Sorry if this was asked before. I couldn't find an answer through a search.]

    Thanks!
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly provide your site URL
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    http://www.lowellroutley.com/

    I've changed the text of the "Read Review" button to read "Read More" ... I'd like to have more color options for the button than this aqua/mint green default color. [I also see it's a two-toned color, with darker shading at the bottom, which will probably require 2 separate colors.] Hoping this is possible. Thank you.
     
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly apply the below CSS. Also if you wish you can put your own color code.

    Code:
    .product a.btn-2 {
      background-color: #9D1A1A;
      box-shadow: 0 3px 0 #9D1A1A;
    }
     
    gloryous likes this.
  5. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Thank you, Sameer!
     
Thread Status:
Not open for further replies.

Share This Page