Text into a button

Is there a way to turn text into a button?
If it’s a simple change, I’d like to convert the text shown in the image into a button.

yes, it’s possible via css overrides.

You can try to add the following code to the CSS section of the theme editor

.ty-product-block__advanced-option .ty-vendor-communication__post-write {
    background: #0888d6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
2 Likes

Thank you so much!!!

1 Like