can you please provide a link to the site
Oh ya my bad. It’s waylivecartel.com
In your style.css file look for the following and to remove/edit lowercase:
h1.page-title,
h1.entry-title {
line-height: 1.5;
margin: 0em 0 0;
padding-bottom: 0.3em;
text-transform: lowercase;
}
To change the font find the following and edit:
.fancy, .says, cite, h1.page-title, h1.entry-title, blockquote {
font-family: Georgia, Cambria, “Times New Roman”, Times, serif;
}
To change the italic find the following and edit:
q, i, em, cite, .fancy, .says, h1.page-title, h1.entry-title {
font-style: italic;
font-weight: inherit;
}
NOTE: if your only trying to edit the h1.entry-title class you may need to break it out and give it its own settings
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
h1.page-title,
h1.entry-title {
text-transform: none;
}
Try a plugin for the fonts:
http://wordpress.org/plugins/wp-google-fonts/