//number contact next to logo
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub)
{
$sub .= “<span class=’logo-title’>”;
$sub .= ‘PH (651) 777-1200′;
$sub .= “</span>”;
$sub .= “<span class=’logo-title logo-subtitle’>”;
$sub .= ‘ ‘;
$sub .= “</span>”;
return $sub;
}
This is the code that I am using now when I add a link it drop below the header.
Is there a way to do this and link the phone number with an “a tel:” separably from the logo href that links to site root?
Thanks
Thank you Mike I didn’t realize, it is working now :)
Steve
Thanks Mike for the code. I have applied it to the site but am not getting the sidebar on the single product page. I get the space for it but the sidebar does not render. Am I missing a setting someplace in the theme?
Steve
Nothing? or This cannot be done?