Hi All,
I'm trying to remove the uppermost title from single product detail pages. See here: http://screencast.com/t/Pd8EzpeN
I've tried adding the following to the Quick CSS *and* also tried from the custom.css file without getting the desired results:
#top .product_title. page-title {
display: none;
}
and
#top .single-product .product_title .page-title {
display: none;
}
I've also tried adding the following - I thought maybe it worked, but this removes all page titles:
#top .title_container .page-title.cufon_headings {
display: none;
}
I could give you access, but you'd need to create a host file on your local machine.
Here's a screenshot of the the inspector, not sure how much it will help: http://screencast.com/t/uQm5SUyK
I appreciate any help pointing me in the right direction.
Thanks,
Emil