• Hi all
    I am having a problem with Text in Block different on PC to mobile! Under The Fine art photography some more text! You can see (on my PC) see it but when I go to my mobile you can’t see it!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • You mean the text: Modern photography at it finest. ?
    It’s showing in mobile too, but it has a very dim color (in both screens).

    Thread Starter brian0818

    (@brian0818)

    yes that the text! I don’t know why it doing it1 I got set to White in the document side?

    • This reply was modified 3 years, 9 months ago by brian0818.

    HI – It looks like you have the text tagged:
    .has-text-color.has-nv-text-dark-bg-color {
    color: ####;
    }

    but no CSS for it. The body styling is overriding it. Just add the Custom CSS above with a better contrasting color.

    Thread Starter brian0818

    (@brian0818)

    How do I do that please Jojhannsf?

    Under customize, add the custom css:

    .has-text-color.has-nv-text-dark-bg-color {
    color: blue;
    }

    Pick your favorite color where I put “blue”. You can add the !important tag after blue if you want to be a rule breaker:

    .has-text-color.has-nv-text-dark-bg-color {
    color: blue !important;
    }

    But try it first without.

    Sorry – Customize>Additional CSS

    Thread Starter brian0818

    (@brian0818)

    Great the second one work thanks Johannsf

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Text in Block different on PC to mobile’ is closed to new replies.