Hi guys.
In a few days sales are going to begin.
I have to add a sticky message to my Dante-based ecommerce.
Please, see attached screenshot: I tried to add a fill-width with alt-bg shortcode adding the following code to functions.php:
function test_before_shop_loop() {
echo do_shortcode('[fullwidth_text alt_background="alt-three" width="1/1" el_position="first last"]test before_shop_loop[/fullwidth_text]');
}
add_action( 'woocommerce_before_shop_loop', 'test_before_shop_loop', 11 );
The thing is that the result overrides template’s limits.
Is there a right way to manage it? I hope so… 🙂
Attachments:
You must be
logged in to view attached files.