Shopify themes, liquid, logos, and UX
Hi, I am trying to change a few background colors of some sections in this store https://shop.theartistslawyer.com/pages/about-1
For some reason the CSS doesn't change the background color, even tough it does seem to work with some other changes I have implemented to the section like the top and bottom borders.
I would possibly like to insert a background image with opacity if possible.
Thanks!
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-template--15074738340036__custom-content-6 .brick__block__text {
background-color: #ffff !important;
}
Thanks!
Thanks! It worked!
Now how would I go about adding an IMAGE as a background with slightly lower opacity?
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-template--15074738340036__custom-content-6 .brick__block__text {
background-size: cover !important;
background-position: center center !important;
background-image: url('your image url here') !important;
opacity: 0.5;
}
This is how it shows up now
User | RANK |
---|---|
159 | |
138 | |
74 | |
69 | |
58 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023