Hi Everyone,
How can i create a white text field around this section in a similar way from the picture below. (www.lunalucente.com)
Hi Everyone,
How can i create a white text field around this section in a similar way from the picture below. (www.lunalucente.com)
What is the issue with the URL leading to the page without images?
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file main.css. Add the following CSS snippet
.container-narrow.m-section-my.m-section-py {
background-color: #fff !important;
}
Result
If it helps you, please like and mark it as the solution.
Best Regards