I am wondering if anyone know how I can make the header and its content link back to the main forum page?
Forum is http://www.alternanews.net/forums/
Using standard Silver style, with the "Custom Code" extension ( viewtopic.php?f=456&t=2275361 ) where I have added the following code to the "overall_header_stylesheets_after.html" to remove the standard logo and add my own background image:
The standard logo used to link back to the main forum page, but now no part of the header links back to the main forum page.<style>
.headerbar {
background-image: url("{ROOT_PATH}images/alternanews-header.jpg");
}
/** remove the logo and increase the height of the headerbar **/
.imageset.site_logo {
background-image: none;
padding-left: 0;
padding-top: 125px;
}
</style>
What can I do to make the header background image and/or the Title & Description of the forum link back to Main Forum page?
Thanks!