• Resolved boggie1688

    (@boggie1688)


    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/
    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/
    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/
    The +/- qty button colors, and line thickness.

    #4
    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/
    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 to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter boggie1688

    (@boggie1688)

    Figured out #4 and #5

    • This reply was modified 6 years, 8 months ago by boggie1688.
    Thread Starter boggie1688

    (@boggie1688)

    I figured most of it out. But suddenly this is happening

    https://racecarwrx.com/shop/

    I’m getting a white box around my products. Not sure what trigger this.

    Any ideas?

    @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.

    (@riaanknoetze)

    Hi there,

    I’ve just had a look at 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.

    (@riaanknoetze)

    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.