Ata version 3.7.3
I made some changes in HTML/CSS inserts (see below) and now my header image is no longer clickable. In ATO-->Header Image-->Make clickable is set to "Yes." Any suggestions would be appreciated. Thanks.
Code:
/* CONTROLS THE HEADER IMAGE ON SPECIFIC PAGES */ div#imagecontainer { background-position:left top; background-repeat:no-repeat; height:125px; margin:0; padding:0; position:relative; } /* SHOWS THIS HEADER IMAGE BY DEFAULT */ body div#imagecontainer { background-image: url(http://www.ncchurches.org/wp-content/themes/atahualpa351/images/header/NCCC_header.jpg) !important; } /* OVERRIDES THE DEFAULT IMAGE */ body.page-id-6404 div#imagecontainer { background-image: url(http://www.ncchurches.org/wp-content/uploads/2011/12/lectionary06.jpg) !important; } body.page-id-6406 div#imagecontainer { background-image: url(http://www.ncchurches.org/wp-content/uploads/2011/12/lectionary06.jpg) !important; }