Hi Dave,
Thanks for the code, but it did not work. The site is tekkittest.com, and I currently have this custom css in place:
.page_head{display:none;}
#slidera { display:none !important;}
#sidebar .widget_wrap iframe { width:100% !important;}
@media screen and (max-width:767px){
.page #slidera, .single #slidera, .archive #slidera, .search #slidera, .error404 #slidera { display:none !important;}
}
@media screen and (max-width:767px) {
.logo img { height:auto !important;}
}
h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter { color:#494949 !important;}
#footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter { color:#fff !important;}
#topmenu ul { margin:auto; display:table;}
Is it possible the code to change the first letter in each title also prevents us changing the text-align?
Thanks