Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Your theme appears to be styling the widget titles to be white. So they don’t show against the white background. You can highlight the sidebar area with the cursor and see the text is actually there.

    Have you edited the theme stylesheet at all?

    Moderator Kathryn Presner

    (@zoonini)

    sdavis2702 hit the nail on the head. You have this style set (#fff is white) in your Elite Accordion plugin:

    h1, h2, h3 {
        color: #fff;
    }

    This is very poor practice on the plugin’s part, as its CSS should only be targeting plugin-specific HTML. What it’s doing instead is targeting all headings throughout the site. I’d recommend that you deactivate this plugin.

    Thread Starter glawsid

    (@glawsid)

    I cannot believe I am saying this but I did it! Wowsers! I went to Elite Accordion’s stylesheet and changed #fff; to #798592; and now my widget titles are showing.

    Thank you so very much sdavis2702 and Kathryn (you really are an automatic happiness engineer!)

    My best,
    Georgianna

    Moderator Kathryn Presner

    (@zoonini)

    Great, glad you managed to fix it temporarily!

    Heads-up that the next time you update the plugin your changes will be overwritten and erased. I’d suggest you contact the plugin author and ask that they fix this in the next version of their plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget title not showing up in the sidebar’ is closed to new replies.