READ MORE button text color

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Viewing 7 reply threads
  • Author
    Posts
    • #5385


      rockdocumented
      Participant
      Beginner
      Post count: 5

      Hello!  Is there a preferred method to override my theme settings and change the color of the text in my read more button to white?  It’s literally the only issue I have remaining!

    • #5386


      Szabi – CodeRevolution
      Keymaster
      Post count: 4195

      Hello,

      I am glad to hear that this is the last issue remaining. 🙂

      Please add this CSS to your site:

      .button.purchase
      {
      color:red;
      }

      Be sure to replace the red word with the color of your choice.

      Please check info here on how to add CSS to your site: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

      Regards, Szabi – CodeRevolution.

    • #5387


      rockdocumented
      Participant
      Beginner
      Post count: 5

      That did not seem to make a difference.  I added the following code:

      .button.purchase
      {
      color:white;
      }

      I placed this code within the “Additional CSS” section of my theme.

      I did not notice anh change at all.  To clarify, I would like the color of the button to remain the same, but the text within the button to be changed to white.

    • #5388


      Szabi – CodeRevolution
      Keymaster
      Post count: 4195

      Interesting. Please send me temporary admin login credentials to your site and I check on this. My email is [email protected]

    • #5389


      rockdocumented
      Participant
      Beginner
      Post count: 5

      Thank you. Your credentials have been sent.

    • #5390


      Szabi – CodeRevolution
      Keymaster
      Post count: 4195

      Code needed to be edited.

      .button.purchase
      {
      color:white!important;
      }
      a.button.purchase:link { color:white!important;}
      a.button.purchase:visited { color:white!important;}
      a.button.purchase:hover { color:white!important; }
      a.button.purchase:active { color:white!important; }

    • #5391


      rockdocumented
      Participant
      Beginner
      Post count: 5

      And that is why you ALWAYS get a 5 star review.  Thank you!

    • #5392


      Szabi – CodeRevolution
      Keymaster
      Post count: 4195

      I am glad to help! 🙂

Viewing 7 reply threads

The topic ‘READ MORE button text color’ is closed to new replies.