How to create border like this

I want to add a border to the text as per the image with a background image?

products---Copy_03

1 Like

One way to create it without using a graphic…

Have a div box above and below the text.

On top div, have a border-left, border-top, and border-right… 1px solid #FFF.
On the bottom div, have a border-left, border-bottom, and border right… 1px solid #FFF

4 Likes
1 Like