[Theme: Codium Extend] Make Header Clickable
-
Codium Extend is a great, minimalist theme, but I haven’t been able to find a way to make the header image clickable. The header is loaded as a background image via CSS in functions.php:
function header_style() { if (get_header_image() != ''){ ?><style type="text/css"> div#header { background: url(<?php header_image(); ?>); height :230px; -moz-border-radius-topleft:6px;border-top-left-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px; }
Here’s my website. Any ideas?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[Theme: Codium Extend] Make Header Clickable’ is closed to new replies.