Replies: 0
I am trying to style the sidebar widget area. I want woocommerce categories list styled like this:
.footer-widgets .widget ul,
.widget-area .widget ul {
list-style: square dot;
padding: 10;
}
I used Child Theme Configurator to create the child theme. But my code is not applied. It seems the original styling still supersedes?
Tried to put it in Customizing Additional CSS, but also no success. Then tried to have Child Theme Configurator create an additionl css file. Now I have a ctc-style.css in the child folder as well. Tried to put the styling there, still no success. What gives?