• Resolved akacruiseman

    (@akacruiseman)


    Hi,
    I have used this before but on the site I am now working on the Text disappears into the background. I notice that all of the text, including the shopping cart, are of different sizes and colors.
    Are there any plugin adjustments that I might have missed that would help with adjusting the size and color of the Cart itself and the Nice Box around the Photo.
    Here is the page.

    Thanks,
    Jim

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, the plugin adjusts to the theme you are currently using.

    To change the color of the description text try the following CSS. Remember to change the color to what ever you want.

    .wp_cart_product_description {
        font-style: italic;
        color: #1d1b1b;
    }
    Thread Starter akacruiseman

    (@akacruiseman)

    Hey mbrsolution,
    That worked great for the product box. Thanks.

    The cart, however, is another story. I have not been able to correct the coloring in that area. It is where it shows; Quantity (perfect), Price, Total and Total Price is where I cannot locate how to change. Not the Heading line, the actual Data Line.

    Thanks again,
    Jim

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, try the following CSS code. Remember to change the color to what ever you want.

    .entry-content td{
        color: #906868;
    }
    Thread Starter akacruiseman

    (@akacruiseman)

    Just thought I’d drop a quick line. All Is Good with the color changes.
    Thanks very much,
    Jim

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I am glad to know 😉

    Enjoy the plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Text Appearance’ is closed to new replies.