Support » Plugin: Metro Theme Widget Titles » Metro Theme sidebar

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author John Sundberg

    (@bhwebworks)

    Hi Scot,

    It looks like someone changed the background color, and font color, of that eNews widget in line 828 of your style.css file.

    John

    Thread Starter SBfoto

    (@256studio)

    I changed it to match the theme. Because it was a dark gray box with the title part in solid white even the text was white.

    Plugin Author John Sundberg

    (@bhwebworks)

    Okay. If you can help me understand what you want the final result to look like I can help you out.

    I might be missing something here, but I’m not sure how this relates to this plugin.

    Thread Starter SBfoto

    (@256studio)

    Since you are changing the widget title background its effects other widget titles also..
    So, the enews widget block is typically different than the regular widget area. I had to match the enews widget to the other widgets because the widget title & BG was solid white inside the gray block area.
    Just really thinking about it. There might not be much you can do about it because each theme uses different enews color’s.
    -Scot

    Thread Starter SBfoto

    (@256studio)

    You can see the enews on the studiopress demo
    http://my.studiopress.com/themes/metro/#demo-full
    I just edited the css to sort of match the site.
    -scot

    Plugin Author John Sundberg

    (@bhwebworks)

    Scot,

    If you add this to your style.css it should prevent the eNews widget title background from turning white, which should let the original eNews widget styling look the way it was intended to.

    .enews-widget .widget-title .widget-headline {
    background: none;
    }

    I just installed the eNews plugin on my Metro demo site which is also using the Metro Theme Widget Titles plugin and the widget title looks fine. This leads me to think that your CSS edits may be the issue here rather than the plugin’s CSS.

    Thread Starter SBfoto

    (@256studio)

    I will try that. I just did a fresh install of the theme.
    Thanks.
    -Scot

    Plugin Author John Sundberg

    (@bhwebworks)

    You’re welcome!

    Let me know if you’re still having trouble with it, but otherwise I’ll mark this as resolved.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Metro Theme sidebar’ is closed to new replies.