Text box background behind text

Hello everyone!

Need your help please

I need a text box background behind the text like the first image, but for all my headings of the Featured Collection Grids that I have on my Treats page. (you can see the seconde image)
So the heading: COOKIES, BROWNIES and the others on that page, need to have that textbox background but in color Black please!

Here is my URL:

https://toroeatstreats.com/

You might need a password to enter: brayden

Thank you in advance!

HEllo @abailea077
Go to online store ----> themes ----> actions ----> edit code---->theme.css
add this code at the end of the file.

#shopify-section-template--23030828237101__video_hero_CUXq8G h2 {
background: #dd78ad !important;
padding: 0px !important;
border-radius: 0px !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

@abailea077 You want to show like this -

Hi Saim007

Yes exactly! How do I do that please?

@abailea077 Go to Edit Code > open theme.liquid file > find for the tag and above this tag just paste below code


And Save it!

Please mark as solve when works!

1 Like

Hi @abailea077 , kindly use the below code:

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Thank you so much! That worked perfectly! :ok_hand: