How to add text under product title

How do i add this portion of text under teh product title. It needs to be close like this (i tried captions its too far)

Screenshot 2024-06-29 at 15.13.32.png

Hi @deluc004

You can add text on the edit theme.

And we can adjust the space by code.

What code would be needed to adjust the space?

It depends what is in there, margin or padding. Add first the text then lets adjust.

added

Can you share the preview of added text? Cant find it on your store. And please it save.

Is this on the other theme?

Not visible on my end.

Ahh thats why because the theme im working on is not published, i will upload on the published theme now. Just done it now

I see it now. Is this enough?

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.product__info-container .product__title {
    margin-bottom: 0px;
}
p.product__text.inline-richtext {
    margin-top: 0px;
    line-height: .8;
}
  • And Save.

Great it works, can you help align this whole section to the left? everything above add to cart