Solved

Showing Underlines For Links In Blogs

thosewhobloom
Explorer
51 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
543 85 105

This is an accepted solution.

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

☑️ If the answer solve your issue please ✔ Accept it and hit like ✌️

► Need help with THEME CUSTOMIZATION, SPEED OPTIMIZATION ?


WhatsApp Email: Click here Skype: kof.bd

View solution in original post

kazi
Shopify Partner
543 85 105

This is an accepted solution.

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

☑️ If the answer solve your issue please ✔ Accept it and hit like ✌️

► Need help with THEME CUSTOMIZATION, SPEED OPTIMIZATION ?


WhatsApp Email: Click here Skype: kof.bd

View solution in original post

Replies 3 (3)

thosewhobloom
Explorer
51 1 10

I need something like this but for blogs:

 

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

kazi
Shopify Partner
543 85 105

This is an accepted solution.

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

☑️ If the answer solve your issue please ✔ Accept it and hit like ✌️

► Need help with THEME CUSTOMIZATION, SPEED OPTIMIZATION ?


WhatsApp Email: Click here Skype: kof.bd
kazi
Shopify Partner
543 85 105

This is an accepted solution.

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

☑️ If the answer solve your issue please ✔ Accept it and hit like ✌️

► Need help with THEME CUSTOMIZATION, SPEED OPTIMIZATION ?


WhatsApp Email: Click here Skype: kof.bd