For to change the color over the buttons only go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:
a.more-link {
color: #666;
border-color: #666;
}
Note: Change the above HEX color code #666 into your own HEX color code.
Thank you for the reply. I pasted this as instructed and saved but it did not seem to work. Is there a certain place within the Custom CSS it should be placed? Any further guidance is much appreciated.