• Resolved flyleds

    (@flyleds)


    G’day all

    Can someone please tell me what I’ve changed to cause this?

    On my home page, http://www.flyleds.com, the mid page headings (under the pictures) “Products/Information/News” start off being black, but then change to white at the end of the page load.

    White on grey makes it pretty hard to see!

    Any ideas for this WP newbie?

    Thanks in advance.
    Paul

Viewing 15 replies - 1 through 15 (of 17 total)
  • ashiquzzaman

    (@ashiquzzaman)

    Try this CSS code

    .home .widget-front .thumb-wrapper h2{color:#777;}

    Thread Starter flyleds

    (@flyleds)

    Thanks for the quick reply, and apologies for the tardy response on my behalf!
    So I added that code to the Custom CSS box, with no change.
    Was that the correct spot?

    ashiquzzaman

    (@ashiquzzaman)

    Clear your browser cache and try again

    Thread Starter flyleds

    (@flyleds)

    No change.
    Above the phrase “Let’s go shopping” can you see the word “Products”?

    ashiquzzaman

    (@ashiquzzaman)

    I’m not seeing the code you I gave you, did you add it ?

    Thread Starter flyleds

    (@flyleds)

    It was there, except with colour 000.
    I have re-entered it as a cut/paste from your post.

    Thread Starter flyleds

    (@flyleds)

    bump

    Try this CSS code –

    html#ecwid_html body#ecwid_body h5, html#ecwid_html body#ecwid_body h6 {color:black;}

    If it doesn’t work try this one –

    html#ecwid_html body#ecwid_body h5, html#ecwid_html body#ecwid_body h6 {color:black !important;}
    Thread Starter flyleds

    (@flyleds)

    Thanks for your help so far…

    The problem is not in the Ecwid store, it’s just on the home page.
    Under the three circular pictures are the titles “Products”, “Info”, and “News”. You’ll see the words briefly until they seem to get overwritten in something close to white once the page load completes.

    Forgive me, I’m a total newb to HTML.
    I assume I put your code suggestions in the Theme’s Custom CSS window?

    Yes, on Custom CSS window

    Try this on Custom CSS

    .marketing h2 {
        color: #000;
    }

    Hi flyleds,
    Did you try skws’s solution?

    Thread Starter flyleds

    (@flyleds)

    Just now.
    No change.

    It seems like a page bug to me. I’m not sure why I’d need custom code to keep a font black.

    How would I change the font to blue, for example? Is this not easily changed?

    Thanks for trying though.

    Hi,
    try disabling the plugins and check.
    Some plugin might be causing this.

    Hi,
    Is this issue resolved?

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Heading changes colour’ is closed to new replies.