-
AuthorPosts
-
August 16, 2024 at 1:33 am #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!
August 16, 2024 at 9:21 am #1464757Hey bemodesign,
Thanks for the screenshots. Could you post links to where we can see the actual elements as well please?
Best regards,
RikardAugust 18, 2024 at 1:23 am #1464844Just FYI, this is an adult site.
Attached are the links to Cart and checkout pages.
August 19, 2024 at 12:12 am #1464866Let me know when you can. Is there a CSS code or something. It is really hard to read the products descriptions.
August 19, 2024 at 10:59 am #1464893Hi,
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,
RikardAugust 19, 2024 at 9:58 pm #1464934Thanks 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?”.
August 20, 2024 at 9:25 am #1464952Hi,
Thanks for the update. Please try this CSS as well:
#ship-to-different-address span { color: #fff; }
Best regards,
RikardAugust 21, 2024 at 4:57 am #1465018Thanks!!!
-
AuthorPosts
- The topic ‘Text not showing correctly’ is closed to new replies.