Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
We are working on our first blog posts, and are linking to products within the text. But the links are not showing up underlined or bold. How can we show the links within the text as bold and underlined? For example, we would like the links to look exactly how they look in our collections shown here: https://thosewhobloom.com/collections/postcards
Thanks for your time!
Solved! Go to the solution
I need something like this but for blogs:
.product-single__content-text a {
text-decoration: underline;
font-weight: 900;
}