Here is my CSS Stylesheet, with the line you suggest adding:
/*
Theme Name: Atahualpa
Theme URI: https://wordpress.bytesforall.com/
Description: Version 3.4.1 – Atahualpa is a WordPress/PHP/CSS Framework that lets you build your own unique, professional and browser-safe WordPress theme: 1-5 columns, fluid or fixed width, rotating header images and over 200 theme options. Tutorials, downloads and support at the BFA WP Forum
Version: 3.4.1
Author: BytesForAll
Author URI: https://forum.bytesforall.com/
Tags: white, one-column, two-columns, three-columns, four-columns, fixed-width, flexible-width, custom-colors, custom-header, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, translation-ready
*/
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
div.post-headline {display:none;}
Unfortunatley, it does not seem to have made any changes to the style of the website, particularly with respect to the page titles. They still appear as before.
Any suggestions as to what I’m doing wrong? Thanks!