How to display bold and underlined links in blog posts?

Solved

How to display bold and underlined links in blog posts?

thosewhobloom
Explorer
54 1 10

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!

Accepted Solutions (2)
kazi
Shopify Partner
705 99 125

This is an accepted solution.

.article__content p a {
text-decoration: underline;
font-weight: 900;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

View solution in original post

kazi
Shopify Partner
705 99 125

This is an accepted solution.

.article__content div a {
text-decoration: underline;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

View solution in original post

Replies 3 (3)

thosewhobloom
Explorer
54 1 10

I need something like this but for blogs:

 

.product-single__content-text a {
text-decoration: underline;
font-weight: 900;
}

kazi
Shopify Partner
705 99 125

This is an accepted solution.

.article__content p a {
text-decoration: underline;
font-weight: 900;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

kazi
Shopify Partner
705 99 125

This is an accepted solution.

.article__content div a {
text-decoration: underline;
}

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd