What if you do this in Appearance > Customize > Additional CSS:
@media screen (min-width: 761px) {
.entry-content h2 a {
font-size: <your-font-size>px;
}
}
@subrataemfluence Thanks, I tried, but did not find Additional CS selection.
Hello @harley90,
I have just checked your website and it looks like you have WordPress 4.1.17, but Additional CSS functionality is available in WordPress 4.7 and up. It’s important to keep WordPress updated, at least for security reasons.
However, please remember about importance of regular full site backups (files and database):
https://codex.wordpress.org/WordPress_Backups
Also you might want to check this tutorial:
http://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
Kind Regards, Roman.