Random CSS showing on Checkout Page
-
For some reason some random CSS is showing up towards the bottom of my checkout page. It reads:
ul {
list-style-type: square;
}
ul > li > ul {
list-style-type: circle;
}
ul > li > ul > li > ul {
list-style-type: square;
}
ol li {
font-family: Arial ;
}I have deactivated all plugins except WooCommerce and it still shows up. Also, for some reason two check boxes for terms and conditions show up at the bottom now. I am hoping these two issues are related. Someone please help.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Random CSS showing on Checkout Page’ is closed to new replies.