Title: Floating bar text
Last modified: March 25, 2024

---

# Floating bar text

 *  Resolved [frankfaes](https://wordpress.org/support/users/frankfaes/)
 * (@frankfaes)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/floating-bar-text/)
 * Hi,
   I would like to change the text in the button of the floating bar.At default
   it says: Buy now.All the order shopping cart buttons have been changed in my 
   function.php file, but this one seems to need a different input.Furthermore I
   would like to decrease the gap in between the product name and product price 
   on a category page. There are now items in between, just these two.Best,Frank

Viewing 1 replies (of 1 total)

 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/floating-bar-text/#post-17528002)
 * Hello [@frankfaes](https://wordpress.org/support/users/frankfaes/),
 * Thank you for reaching out,
 * Regarding the translation, there are three ways to change strings or translate
   content:
 * 1. You can use Loco Translate plugin: [https://wordpress.org/plugins/loco-translate/](https://wordpress.org/plugins/loco-translate/)
   to translate all strings on your website for all plugins and the theme.
 * 2. Or use these plugins:
    [https://wordpress.org/plugins/say-what/](https://wordpress.org/plugins/say-what/)
   [https://wordpress.org/plugins/string-locator/](https://wordpress.org/plugins/string-locator/)
   This is for when you have translation purposes.
 * 3. Also, you can get in touch with your locale translation team on WordPress 
   via this link: [https://translate.wordpress.org/projects/wp-themes/oceanwp/](https://translate.wordpress.org/projects/wp-themes/oceanwp/).
   
   Or in [https://wp.org](https://wp.org) > Plugin Page > Development Tab > The 
   Translators.
 * Regarding your second request, you can put the CSS below in Customizing > Custom
   CSS/JS > CSS Code:
 *     ```
       .archive.woocommerce-page ul.products li.product .woo-entry-inner li h2 {
           margin: 0 !important;
       }
       ```
   
 * Please read this link for more information about the CSS/JS code on the customizer:
   [https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website](https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website).
 * **Note:** If you have any cache plugin or server cache(CDN / Browser Cache and
   Cookies and …), you need to clear its cache contents or disable them to see your
   changes. Also, remember to click on the regenerate all assets file and data in
   Elementor > Tools(if you have Elementor).
 * I hope it helps.
    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Floating bar text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.5/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shahin](https://wordpress.org/support/users/skalanter/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/floating-bar-text/#post-17528002)
 * Status: resolved