How to add a Global Promo Message for Magento 2 Pearl Theme
When running a special campaign or announcement, you can use the Global Promo Message feature in the Pearl Theme for Magento 2 to reach your customers effectively.
Step 1 — Edit the Global Promo Block
Go to: Admin → Content → Elements → Blocks

Look for the static block WeltPixel Global Promo Message (you can use filters to find it).

Edit the block and add your own content.
Don’t forget to Save Block.
Updating to the New Promo Block Design (v1.7.3+)
In Pearl Theme version 1.7.3 (August 23, 2018), a new design and functionality were introduced for the promo block.
When upgrading from older versions, sample blocks and pages are not overwritten. If you’re on an older version, update the Global Promo CMS block manually with the code below (works with theme version 1.7.3+):
Copy the HTML below exactly as-is into the block content (no changes needed):
<div id="carousel">
<div class="btn-bar">
<div id="buttons">
<a id="prev" class="icon-angle-left" href="#"> </a>
<a id="next" class="icon-angle-right" href="#"> </a>
</div>
</div>
<div id="slides">
<ul>
<li class="slide">
<div class="quoteContainer">
<i class="icon-reload wpx-i"></i>
<span class="wpx-sub">30-DAY FREE RETURNS</span>
<p class="quote-phrase">Wear it, test it, keep what you like.</p>
<a href="#" target="_blank" class="wpx-link">See Details</a>
</div>
</li>
<li class="slide">
<div class="quoteContainer">
<span class="wpx-sub">$5 TWO DAY SHIPPING NOW AVAILABLE</span>
<p class="quote-phrase">Applicable to USA and Canada</p>
</div>
</li>
<li class="slide">
<div class="quoteContainer glb-prm">
<span class="wpx-sub">GLOBAL PROMO MESSAGE CONTENT HERE</span>
<a class="wpx-link wpx-mg se-det" href="https://support.weltpixel.com/hc/en-us/articles/115003513554-How-to-add-a-Global-Promo-Message-for-Magento-2-Pearl-Theme" target="_blank">See details</a>
<a href="https://support.weltpixel.com/hc/en-us" target="_blank" class="wpx-link wpx-mg">Setup instructions</a>
</div>
</li>
<li class="slide">
<div class="quoteContainer">
<span class="wpx-sub">EDIT ME IN WELTPIXEL_GLOBAL_PROMO_MESSAGE STATIC BLOCK</span>
<a href="#" target="_blank" class="wpx-link wpx-mg">See Details</a>
</div>
</li>
</ul>
</div>
</div>

Step 2 — Enable Global Promo Message
Go to: Admin sidebar → WeltPixel → Custom Header → Global Promo Message

- Set Enabled = Yes
- Configure text color and background color:
- Insert a color code (e.g.,
#B3E0FF) - Or pick a color with the color picker

Step 3 — Refresh Cache
Go to: Admin sidebar → System → Tools → Cache Management
- Flush Static Files Cache

- Refresh Cache Types

Step 4 — Verify on Frontend
After refreshing your page, the Global Promo Message should now be visible on the storefront.
Video Tutorial
Updated on: 16/09/2025
Thank you!
