Title: floating button
Last modified: August 23, 2019

---

# floating button

 *  Resolved [libertov2019](https://wordpress.org/support/users/libertov2019/)
 * (@libertov2019)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/floating-button-5/)
 * Good afternoon from Spain!!!
 * Regarding floating botton seetings I would like consult if it’s possible to show
   a text (“Cookies”) instead of an icon, or as alternative to keep always visible
   the text showed when you pass the mouse. If the user see only the icon doesn’t
   understand that this icon is an option to check cookies settings.
 * Thanks a lot for your help!!!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffloating-button-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Moove Agency](https://wordpress.org/support/users/mooveagency/)
 * (@mooveagency)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/floating-button-5/#post-11913108)
 * Hi [@libertov2019](https://wordpress.org/support/users/libertov2019/),
 * Thanks for using our plugins.
 * You can add the following code snippet to your functions.php
 *     ```
       add_action('moove_gdpr_inline_styles','gdpr_cookie_floating_button_style',10,3);
       function gdpr_cookie_floating_button_style( $styles, $primary, $secondary ) {
         ob_start();
         ?>
         #moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
           display: block;
           padding: 0 15px;
           cursor: pointer;
         }
         #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
           display: none;
         }
         <?php
         $styles .= ob_get_clean();
         return $styles;
       }
       ```
   
 * Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘floating button’ 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: [6 years, 9 months ago](https://wordpress.org/support/topic/floating-button-5/#post-11913108)
 * Status: resolved