How can I underline the text 'BUY NOW' in a gallery image?

Can anyone help me add an underline to the text “BUY NOW” in this gallery image? URL is https://bit.ly/3l0KUuk

Hi @ArronJW ,

.innest {
    text-decoration: underline;
}

Add this css at the bottom of

Online Store->Theme->Edit code->Assets->style.scss.liquid

Hi,

That did not work until I added it to the code underneath the item. Here is the solution using your code added to the item:

.block-163650005194bcaa71-0 .overlay .inner {justify-content: start;}
.innest {
text-decoration: underline;
}
}

THANK YOU SO MUCH!