Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1475204

    NSFW
    Could you please get me some CSS code to fix the text formatting for this page attached below. I know we have a lot of code and it messed things up, but this is unreadable how it is now. I appreciate your help on this. Thanks

    #1475237

    Hey bemodesign,

    What exactly are you looking to change and how?

    Best regards,
    Rikard

    #1475252

    I can’t see most of the text on the page that is Black on Black. Can you change that font color to white, just for this page?

    #1475283

    Hi,

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

    .page-id-59975 .woocommerce-review__author, .page-id-59975 .woocommerce-review__verified, .page-id-59975 .cr-comment-productname-a {
      color: #fff;
    }

    Best regards,
    Rikard

    #1475326

    NSFW
    There are still parts that are not visible. see screenshot. Can you get me code for these?
    thanks!

    #1475347

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author,
    .cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a,
    .cr-histogramTable tr.ivole-histogramRow .cr-histogram-a {
    	color: #fff;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.