Product Description Link Color

When I create a product and add a description that includes a link, the front in what the customer sees it doesn't look like a link because it matches in color to all text on the site. I need to be able to change the color of a link, all links in product descriptions.

Thanks,

MsKitti

When I create a product and add a description that includes a link, the front in what the customer sees it doesn't look like a link because it matches in color to all text on the site. I need to be able to change the color of a link, all links in product descriptions.

Thanks,

MsKitti

It depends on the used theme, please share URL of the product with such description

The store is not open yet. How do I share the url?

MsKitti

The store is not open yet. How do I share the url?

MsKitti

Please PM me URL and store access key

I pm you the url information a few days ago. I am using the default template, theme. I did clone it though.

MsKitti

I pm you the url information a few days ago. I am using the default template, theme. I did clone it though.

MsKitti

Please try to add the following code to the CSS section of the Theme editor

#content_description a {
    text-decoration: underline;
}

http://prntscr.com/idh4ve

I appreciate your time. Thanks

MsKitti