Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello There
My name is Makro Luburic from Men's Essentials and I need help!
Currently my Textbox looks like this
But I want that the Box is see throught.
Cna someone help me with that?
Website: https://mens-estls.com
PW: eb78&d
I would really appreciate if someone could help me!
Hi @MensEssential ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/theme.css
3. Add code below to end of file
#template--19739052409097__background_image_text_wT3Ht7 .background-media-text__text {
background-color: transparent!important;
color: #fff;
}