I would like to change the logo on one of my internal pages of my site.
What would the CSS be. I have tried the following without luck:
`add_filter(‘avf_header_setting_filter’,’avf_header_setting_filter_mod’);
function avf_header_setting_filter_mod($header)
{
if( is_page(‘3283’) ){
$header[‘header_replacement_logo’] = “http://pagani.temp.domains/~beefbro/wp-content/uploads/2020/02/BB.png”;
}
return $header;
}
Hey kipperfletcher23,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.
Best regards,
Nikko