• Hello,

    The text on my cart and checkout page – specifically the headings on the page ( e.g Product, total, subtotal, shipping, total) are all in black which doesn’t sit well with my charcoal background. Other text on these pages is white, it’s only the headings that are black.

    How can i customise the colour in my child theme css ?

    I’d also like to add a background colour to the cart and checkout tables to highlight them a little more. At the moment they seem to be transparent – the colour of my background.

    Thankyou in advance,

    Michelle

    https://www.ads-software.com/plugins/woocommerce/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please post the url to your site.

    Thread Starter meeshel

    (@meeshel)

    Try these styles:

    .cart_totals table, table.shop_table {background-color:#333}
    th {color:#fff}

    Thread Starter meeshel

    (@meeshel)

    That worked perfectly!

    Thankyou so much, I wasn’t expecting to find a solution so quickly!

    While I have you here, I wonder if you are able to assist with either of the following?

    -On the single product page I’d like to stop thumbnails opening in lightbox when clicked.At the moment when you click on a thumbnail or the main product image it opens in a full size view box. I don’t want the image it open in this box at all instead, I want them to only replace the main product image when clicked.

    – I’m after a way to add a drop down menu to the shop page that lets the user select to sort by category. The user can then choose a category and the products from that category will show in the shop.

    I’ve tested multiple different plugins and codes to try to achieve this but have been unable to find one that works.

    Thankyou again for your help!

    Lightbox: using ftp, find:
    wp-content/themes/invert-lite/js/jquery.prettyPhoto.js
    and add a character to the file name to disable it.
    You will get 2 javascript console errors, but the lightbox won’t work. See what happens.

    You’ll need to do this after every theme update.

    You’ll probably get a better answer on the theme’s forum:
    https://www.ads-software.com/support/theme/invert-lite

    Drop-down menu: You would need to produce a modified template for the product archive page. PHP skills would be needed. Probably too big a job for a forum answer.

    Alternatives include:
    – go to Admin page > WooCommerce > Settings > Products tab > Display, and set the Shop page drop down to “show”categories and sub-categories”, not “show both” or “show products”
    – if you don’t want that, you can at least click the category images to get the category urls and then you can put these in your menu. Then turn the shop page back to “show products” if you want.
    – try the built-in Woocommerce Product Categories widget. You will need a sidebar for it.

    Your theme is version 1.0.2 but the current version is 1.0.12 so consider updating to take advantage of recent fixes. Take a backup first.

    Thread Starter meeshel

    (@meeshel)

    Great, I’ll look into those solutions and alternatives and I might try the themes support forum like you suggested too. Thankyou for your help and advice!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cart and Checkout text colours’ is closed to new replies.