flapjacker
Forum Replies Created
-
I also need to change the background color of the contact form. Has this question ever been answered? Please let me know how to do this.
Forum: Fixing WordPress
In reply to: Made header image ClickableFor Default/Kubrick Theme, this works:
From: https://codex.www.ads-software.com/Designing_Headers
You can use the method offered by the Theme’s author to make the entire WordPress Default/Kubrick Theme header clickable:
* Open header.php template file.
* Change from <div id=”header”> to:<div id=”header” onclick=”location.href=’https://siteaddress/’;” style=”cursor: pointer;”>
Forum: Themes and Templates
In reply to: To change this header.php to clickable custom imageFor Default/Kubrick Theme, this works:
From: https://codex.www.ads-software.com/Designing_Headers
You can use the method offered by the Theme’s author to make the entire WordPress Default/Kubrick Theme header clickable:
* Open header.php template file.
* Change from <div id=”header”> to:<div id=”header” onclick=”location.href=’https://siteaddress/’;” style=”cursor: pointer;”>
Forum: Fixing WordPress
In reply to: Please Help – Clickable Header.. PHP?For Default/Kubrick Theme, this works:
From: https://codex.www.ads-software.com/Designing_Headers
You can use the method offered by the Theme’s author to make the entire WordPress Default/Kubrick Theme header clickable:
* Open header.php template file.
* Change from <div id=”header”> to:<div id=”header” onclick=”location.href=’https://siteaddress/’;” style=”cursor: pointer;”>
Forum: Fixing WordPress
In reply to: Making a clickable headerFor Default/Kubrick Theme, this works:
From: https://codex.www.ads-software.com/Designing_Headers
You can use the method offered by the Theme’s author to make the entire WordPress Default/Kubrick Theme header clickable:
* Open header.php template file.
* Change from <div id=”header”> to:<div id=”header” onclick=”location.href=’https://siteaddress/’;” style=”cursor: pointer;”>