Hi Swift Team,
i previously was using Neighbourhood and following custom css to remove certain items on the product details page:
.widget_categories ul > li a:before,
.widget_archive ul > li a:before,
.widget_product_navigation ul > li a:before,
.widget_meta ul > li a:before,
.widget_recent_entries ul > li a:before,
.widget_product_categories ul > li a:before {
display: none;
}
Somehow the code is not working anymore with Cardinal.
Can you provide me the proper code to hide above items?
By the way, i guess it would be a good idea to make a list of all custom CSS code…
Jonas