• Resolved amandasuehowell

    (@amandasuehowell)


    I’ve been assisting a client with her site, and she’s using the Senses Lite theme. She doesn’t remember doing anything with her set-up, and I can’t find anything in settings or CSS that would causes this effect.

    She has white boxes behind her writing. And not even just a big white column that encompasses all text… these are separate boxes for each paragraph, and as far as I can see on the demo, that’s not how this theme is supposed to display.

    I’ve included a screenshot (here), and you can see it live on her site https://www.turninghomeward.com.

    Any ideas on what would do this, or how to fix it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Thanks for the link because that made this one easy to find out what is happening. I looked at the source code and this is being loaded:

    <style id="tt-easy-google-font-styles" type="text/css">p { background-color: #ffffff; color: #000000; font-family: 'Arial'; font-style: normal; font-weight: 400; text-decoration: none; }
    h1 { color: #6341ad; }
    h2 { color: #0ab513; }
    h3 { color: #0ab513; }
    h4 { color: #0ab513; }
    h5 { color: #0ab513; }
    h6 { color: #0ab513; }
    </style>

    So it’s the easy google fonts plugin (I’m assuming this is a plugin). The p tag has a background colour of white #ffffff; This background is being applied to “all” instances of paragraphs (the p tag).

    So that background-color: #ffffff; needs to be removed.

    Thread Starter amandasuehowell

    (@amandasuehowell)

    Oh good grief. No wonder I’m not seeing it in the CSS… it’s not there, but it’s in the source. I’ll see if she’s even using that plugin, lol. If she *does* need it, where can I go to change that? That’s not in the plugin settings.

    Thread Starter amandasuehowell

    (@amandasuehowell)

    Never mind. It didn’t appear that she was using it, lol. That sucker is gone. I told her if she wants to custom her fonts via Google fonts, it’s not hard to do that in CSS. Thanks so much!

    Theme Author Shaped Pixels

    (@shaped-pixels)

    No worries ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Weird white boxes behind copy’ is closed to new replies.