How to erase mirrored text after centering 'Featured' text code?

I copy and pasted the following code to center the “Featured” text

## {{ section.settings.title | escape }}

And now I get this small text that mirrors whatever I type for the section heading. please help!

1 Like

Hey @Morioo ,

If you are saying that you added this code to style the heading correctly, that is a mistake.

The styling changes are CSS changes, but what you have pasted here is a new HTML heading (h2). So you have actually added a new heading in the code.

Maybe you can tell what styling changes you want to do to your original heading, and remove this new heading, so that I can help you correctly.

Thanks

Yash Garg

Oh, ok. I just wanted to shift the original “featured” text from the left to the center

I figured it out, thanks for your help

1 Like

Happy to help :slightly_smiling_face: