admin管理员组

文章数量:1336434

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 4 years ago.

Improve this question

I have looked at length to find CSS that will change the background color, border radius and product info text color. I think this may not be a "mini cart". The price of the item, subtotal and View Cart / Checkout buttons follow the styling Ive done to the cart. I have successfully changed my product text color on my actual Cart page. So frustrating! Help is much appreciated.

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 4 years ago.

Improve this question

I have looked at length to find CSS that will change the background color, border radius and product info text color. I think this may not be a "mini cart". The price of the item, subtotal and View Cart / Checkout buttons follow the styling Ive done to the cart. I have successfully changed my product text color on my actual Cart page. So frustrating! Help is much appreciated.

Share Improve this question asked Jun 26, 2020 at 14:25 jdougherty2282jdougherty2282 111 bronze badge 5
  • The easiest thing to do is to use your browser's debug tools to 'inspect' the individual parts of the widget: it should show you what CSS it is using to style it, and which files it comes from. – Rup Commented Jun 26, 2020 at 14:41
  • Thanks, I remembered about that Inspect idea. I was able to style the background color and border radius. But I cant figure out how to style the text that identifies the product. Its still the default blue. – jdougherty2282 Commented Jun 26, 2020 at 16:53
  • Could you share the link to the site you're working on? – ralphjsmit Commented Jun 26, 2020 at 18:31
  • the site is pancakehollowsugarworks – jdougherty2282 Commented Jun 26, 2020 at 20:55
  • For the sidebar cart widget to come up you must add something to your cart. – jdougherty2282 Commented Jun 26, 2020 at 20:57
Add a comment  | 

1 Answer 1

Reset to default 1

Solved, this code allowed me to change the Product description color on the Cart sidebar widget.

.widget ul li a { color: #680000; }

本文标签: cssTrying to style Woocommerce sidebar Cart Widget