scifenefics
Forum Replies Created
-
I have this issue too, Also replying for notifications of any fixes.
MailChimp-Woocommerce: 2.1.15
Woocommerce: 3.5.8
WordPress: 5.1.1Hi Also one other question. Trying to style the CSS in the Ultimate WP Mail Plugin, that Custom CSS box just blinks when I click save and the CSS in there vanishes, so it appears to note save.
I had this same problem and solved it by hiding it with this CSS
#breadcrumbs span:nth-child(2) a { display:none; }I wanted my sites breadcrumbs to flow like:
Home > Businesses > Restaurants > Greasy JoesBut my theme (Geocraft) pulled up a surprise and gave me:
Home > Business Listings > Businesses > Restaurants > Greasy JoesSince “Business Listings” is 2nd in the list, this CSS looks within the “#breadcrumbs” tag then in the “spans” then the second child in the list “(2)” and finally the link “a” and I made it hidden.
Worked well for me. Yoast WordPress SEO 1.5.2.7