Title: Alt Text missing
Last modified: April 11, 2022

---

# Alt Text missing

 *  Resolved [grombleton](https://wordpress.org/support/users/grombleton/)
 * (@grombleton)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/alt-text-missing-2/)
 * Is there a way to set the alt text for the company logo? I’d hoped that it would
   be pulled from the Alt text set in the media library when you upload, but it 
   doesn’t populate.
 * Not a massive issue, but it is flagged up as an issue on our Audit software.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Moove Agency](https://wordpress.org/support/users/mooveagency/)
 * (@mooveagency)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/alt-text-missing-2/#post-15632107)
 * Hi [@grombleton](https://wordpress.org/support/users/grombleton/)
 * The issue has been fixed in version 4.5.7 version, current version is v4.8.3
 * The “Alt” attribute of the logo needs to be filled in your media library.
 * You can try to re-upload the logo in GDPR Cookie Compliance settings, and should
   work.
 * If the Alt text doesn’t appear on your site, you can use the following code snippet
   to override the Alt text, add this to functions.php:
 *     ```
       add_filter('gdpr_cc_custom_logo_alt', function(){
           return 'My awesome alt text';
       });
       ```
   
 * Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Alt Text missing’ is closed to new replies.

 * ![](https://ps.w.org/gdpr-cookie-compliance/assets/icon-256x256.png?rev=2376316)
 * [GDPR Cookie Compliance - Cookie Banner, Cookie Consent, Cookie Notice for CCPA, EU Cookie Law](https://wordpress.org/plugins/gdpr-cookie-compliance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gdpr-cookie-compliance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gdpr-cookie-compliance/)
 * [Active Topics](https://wordpress.org/support/plugin/gdpr-cookie-compliance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gdpr-cookie-compliance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gdpr-cookie-compliance/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Moove Agency](https://wordpress.org/support/users/mooveagency/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/alt-text-missing-2/#post-15632107)
 * Status: resolved