Title: CCS Issues
Last modified: October 11, 2019

---

# CCS Issues

 *  Resolved [boggie1688](https://wordpress.org/support/users/boggie1688/)
 * (@boggie1688)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/ccs-issues/)
 * Hi,
 * It has been awhile since I’ve played with wordpress, and I’m a ccs scrub so please
   allow me to apologize in advance. Woocommerce is working well for me, but I’m
   having issues setting font sizes, colors, etc.
 * Also, if there is a place I should look, that determines the colors and sizes
   of anything below. I’m guess a css file that defines all this, please tell me.
 * #1
    [https://racecarwrx.com/shop/](https://racecarwrx.com/shop/) The font of 
   the product is too small. I’ve spent hours clicking around the wordpress customizer
   but can’t specifically get this font size to change.
 * #2
    [https://racecarwrx.com/product/racecarwrx-hat/](https://racecarwrx.com/product/racecarwrx-hat/)
   The divider lines. One is white, the other two that surround the qty section 
   are black. If anything, I’d prefer to just get rid of these dividers.
 * #3
    [https://racecarwrx.com/product/racecarwrx-hat/](https://racecarwrx.com/product/racecarwrx-hat/)
   The +/- qty button colors, and line thickness.
 * #4
    [https://racecarwrx.com/cart/](https://racecarwrx.com/cart/) My view cart
   colors are all over the place. No doubt from me clicking around like a madman.
   Any idea how to reset this, or where I can figure out how each color is defined?
 * #5
    [https://racecarwrx.com/checkout/](https://racecarwrx.com/checkout/) Same
   problem as #4
 * How do I figure out what each of those items are called, so I can manually go
   back and set the colors.
 * Thanks in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fccs-issues%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [boggie1688](https://wordpress.org/support/users/boggie1688/)
 * (@boggie1688)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/ccs-issues/#post-12022150)
 * Figured out #4 and #5
    -  This reply was modified 6 years, 8 months ago by [boggie1688](https://wordpress.org/support/users/boggie1688/).
 *  Thread Starter [boggie1688](https://wordpress.org/support/users/boggie1688/)
 * (@boggie1688)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/ccs-issues/#post-12022247)
 * I figured most of it out. But suddenly this is happening
 * [https://racecarwrx.com/shop/](https://racecarwrx.com/shop/)
 * I’m getting a white box around my products. Not sure what trigger this.
 * Any ideas?
 *  [braehler](https://wordpress.org/support/users/braehler/)
 * (@braehler)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/ccs-issues/#post-12026231)
 * [@boggie1688](https://wordpress.org/support/users/boggie1688/)
    #1 use this css
   and use the font size, that fits your need
 *     ```
       .woocommerce ul.products li.product li.title a {
           display: inline-block;
           font-size: 14px;
           line-height: 1.5;
       }
       ```
   
 * #3 this one here, choose your color and thickness:
 *     ```
       quantity .qty, .quantity .minus, .quantity .plus {
           display: block;
           float: left;
           width: 36px;
           min-height: 36px;
           background-color: transparent;
           border: 1px solid #e4e4e4;
           margin: 0;
           padding: 0;
           text-align: center;
           vertical-align: middle;
           font-size: 12px;
           color: #777;
           -moz-appearance: textfield;
           -webkit-appearance: none;
           -webkit-border-radius: 0;
           -moz-border-radius: 0;
           -ms-border-radius: 0;
           border-radius: 0;
       }
       ```
   
 *  Plugin Support [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * (@riaanknoetze)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/ccs-issues/#post-12026625)
 * Hi there,
 * I’ve just had a look at [https://racecarwrx.com/shop/](https://racecarwrx.com/shop/)
   but couldn’t see any white box around your products. Have you fixed that yet?
 * With that said, most of the items you’re highlighting are usually covered by 
   the theme in use rather than the core WooCommerce plugin. For specific settings,
   we’d recommend checking with the theme developer on whether a display/layout 
   setting exists for the area in question.
 *  Plugin Support [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * (@riaanknoetze)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/ccs-issues/#post-12053175)
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved–
   if you have any further questions, you can start a new thread.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CCS Issues’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Riaan K.](https://wordpress.org/support/users/riaanknoetze/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/ccs-issues/#post-12053175)
 * Status: resolved