Home Forums ArileWP Pro Main Text Color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7958
    Abel Cassell
    Participant

    1. I would like to use the ‘Dark Theme” but need to adjust the text color. It is currently white or light grey, and my background image is white/light grey so its very difficult to read.

    example of this: https://hivenaturalz.com/product/icky-ear-propolis-ear-cleaner/

    2. My background image shows up correctly on a PC, but on a mobile it is zoomed in, not like the preview shows it.

    #7972
    themearile
    Keymaster

    Hi Abel

    Please add the below CSS code in the Additional CSS box to change the content text color.

    body.single-product{
        color: #000 !important;
    }
    .single-product.woocommerce div.product p.price, .single-product .product_meta .posted_in a, .single-product .product_meta .sku_wrapper .sku, .single-product .product_meta .tagged_as a{
        color: #000000 !important;
    }

    Let me know if it works.

    And background image is perfectly displayed in our end http://prntscr.com/ubvqpj.

    Thanks

    #8059
    themearile
    Keymaster

    Solved

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main Text Color’ is closed to new replies.