Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1464735

    Hello,
    I have 2 issues if you can get me some CSS please.
    1. The footer widget “Product categories” shows white text on white background and you can’t see it.
    2. All products descriptive text has black text on white background. Can it just be set to white text color?
    3. “I have read and agree to the website” and the text above this is gray and needs to be white. And maybe CSS for larger text size also?

    Thanks!

    #1464757

    Hey bemodesign,

    Thanks for the screenshots. Could you post links to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1464844

    Just FYI, this is an adult site.

    Attached are the links to Cart and checkout pages.

    #1464866

    Let me know when you can. Is there a CSS code or something. It is really hard to read the products descriptions.

    #1464893

    Hi,

    1. Please try the following in Quick CSS under Enfold->General Styling:

    .select2-container–default .select2-results__option–highlighted[aria-selected], .select2-container–default .select2-results__option–highlighted[data-selected], #top .select2-results {
    color: #000 !important;
    }

    2. The background styling seems to be added inline in the paragraph, maybe the content was copied from somewhere? You can try to remove the styling directly in the content.

    3. Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce-terms-and-conditions-checkbox-text {
    color: #fff;
    }

    Best regards,
    Rikard

    • This reply was modified 1 month, 1 week ago by Rikard.
    • This reply was modified 1 month, 1 week ago by Rikard.
    #1464934

    Thanks for this. Agh, I guess I have to go into each product and remove that stupid “style” coding.

    One other part on the “Checkout” page, there is text that is grey, like the “terms” text was you fixed. Is is another checkbox area that says “Ship to a different address?”.

    #1464952

    Hi,

    Thanks for the update. Please try this CSS as well:

    #ship-to-different-address span {
      color: #fff;
    }

    Best regards,
    Rikard

    #1465018

    Thanks!!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Text not showing correctly’ is closed to new replies.