Hi,
Please paste the following code to the “Custom CSS” in theme options
#title-area h1, #title-area h2 {
text-shadow: 1px 1px 0 #f6f6f6, 5px 3px 0 #E4B4D8;
}
.page-links a, .pagination a, .page-links a:visited, .pagination a:visited {
background: #6b0051;
}
.page-links a:hover, .pagination a:hover {
background: #A80681 !important;
}
a, a:active, a:visited {
color: #6b0051;
}
You can customize the colors easily using Chrome developer tools. Please see this post
https://www.livemeshthemes.com/support/faqs/how-to-fix-a-few-styling-issues-instantly-using-chrome-developer-tools/
Thanks!