Home › Forums › Support › generate_logo filter on mobile This topic has 4 replies, 2 voices, and was last updated 4 years, 11 months ago by David. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts October 7, 2019 at 2:23 am #1028123 Ronny Hi guy’s, I’m using the generate_logo filter to change the logo on a specific category. This works like a charm on desktop but does not seem to work on mobile/tablet. Any ideas? The code i’m using: add_filter( ‘generate_logo’,’tu_category_logo’ ); function tu_category_logo( $logo ) { if ( is_category(‘slug’) || in_category(‘slug’) ) { return ‘url to logo’; } return $logo; } October 7, 2019 at 6:02 am #1028272 DavidStaff Customer Support Hi there, there is a separate filter for the Mobile Header Logo: https://docs.generatepress.com/article/generate_mobile_header_logo/ October 7, 2019 at 8:37 am #1028526 Ronny Thanks David! October 7, 2019 at 8:37 am #1028527 Ronny I will close the topic. October 7, 2019 at 8:38 am #1028528 DavidStaff Customer Support You’re welcome Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In