Tagged: logo, mobile menu, overlay menu, responsive, subtitle
Hi,
I added in the function.php an subtitle right to the logo image like this
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub) {
$sub .= '<h1>xxxx</h1>';
return $sub;
}
The subtitle is placed by css right to the Logo.
In the mobile overlay menu the logo image by default is not shown. The subtitle is shown.
How can set the opacity of the subtitle in the overlay to 0 or show also the logo?
Regards
Susanne