This topic is empty.
-
AuthorPosts
-
-
Bob ByersGuestMonths ago I managed to add the following text to the shipping section of my cart page right under where it says: Shipping charge $5.00
Please allow up to 7 days for delivery. We ship on Tuesday through Friday. I need to change this message due to the COVID crisis. I can’t find where I added this text. Can you help?
-
Spiracle ThemesGuestHi Bob,
Did you add a function for this?
Try finding this function in functions.php (wp-content/themes/somapro)Let us know if you have any questions
Best Regards
-
Bob ByersGuestThis reply has been marked as private. -
Bob ByersGuestMy error: I finally found where I was able to change the cart shipping text and was able to change the display as needed.
I still would like your help regarding the text and background color for the banner.
Thank you for your help and your patience
-
Spiracle ThemesGuestHi Bob,
Use this CSS
.woocommerce-store-notice, p.demo_store {
background-color: #d42e2e;
}Paste it in Appearance -> Customize -> Additional CSS
Let us know if you need any further assistance. We will be glad to help you
Best Regards
-
-
AuthorPosts