Venture theme - editing opacity of text in 'image with text link' sections

Hi,

I want to change the opacity of the Headings and Subtitles in all my ‘image with text link’ sections. Is there a code I can add?

Website: https://kittykitsune.com/

Similar question asked: https://community.shopify.com/post/1219408

Thank you

KittyK

@KittyK

sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.emphasized-title, .emphasized-subtitle {background: rgba(255,255,255, 0.7);}

That worked perfectly, Thanks so much KetanKumar!

@KittyK

its my pleasure to help us