Dear @Deborah,
Thank you for your explanation.
By default, the XStore theme does not apply an underline style to links, as our development team prefers to allow link styling to be managed individually through each Elementor element.
To address your request, we have added the following custom CSS to apply underline styling to the links in the areas you mentioned:
.elementor-widget-container > p > a,
.entry-content a,
a#modaal_link {
text-decoration: underline;
}
Could you please review the changes and let us know if there are any areas we may have missed?
Thank you once again.
Best regards,
The 8Theme Team