Woocommerce Pages With Cornerstone Content Horizontal Line

Hi there

We use Woocommerce, Theme X Version 10.4.12 with a custom child theme and Cornerstone Version 7.4.12.

On our Woocommerce product pages that include Cornerstone content, there is a horizontal line that spans the page. See image

I looked at the child theme within the theme editor and did not see any code related to the line.
I inspected the page’s source code, but I don’t see where that line is coming from. Where might I find what is inserting that line on the page?

Thank you

Hey Tim,

Thanks for writing in! I have inspected one of your sites and I found out that this custom CSS may have been added:

.product .product-content {
    clear: both;
    border-top: 1px solid #c4cacb;
}

You may need to find this in Cornerstone > Theme Options > Custom Code > CSS or in Appearance > Customize > Additional CSS. Removing this code block should remove the line in the screenshot.

Best Regards.

Hi @ruenel

Thank you!! I should have inspected it more closely.

Have a great day!

You are most welcome, Tim.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.