How to transparent of text background of this picture?

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

https://woodthings-pk.myshopify.com/

Pass: neocli

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.css

#shopify-section-162159446847615441 p.h1.collection-card__title {
    background-color: rgba(242, 244, 247, 0.40) !important;
}

Thanks for solve my problem.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
#shopify-section-162159446847615441 p.h1.collection-card__title {
background-color: rgba(242, 244, 247, 0.40) !important;
}