Showing Underlines For Links In Blogs

Solved
thosewhobloom
Excursionist
43 1 9

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
437 76 91

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, fix bugs?


► Email: Click here Skype: kof.bd

View solution in original post

kazi
Shopify Partner
437 76 91

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, fix bugs?


► Email: Click here Skype: kof.bd

View solution in original post

Replies 3 (3)
thosewhobloom
Excursionist
43 1 9

I need something like this but for blogs:

 

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

kazi
Shopify Partner
437 76 91

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, fix bugs?


► Email: Click here Skype: kof.bd
kazi
Shopify Partner
437 76 91

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, fix bugs?


► Email: Click here Skype: kof.bd