Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Hi Werner,

    That’s an issue with your theme, not the plugin per se. The plugin just uses whatever styling is present in your theme and provides no styling information on it’s own.

    Editing your style.css in your news theme folder to include something along the lines of:

    .enews p {
    font-family: Verdana, Arial, Tahoma, sans-serif;
    }
    
    .enews-widget {
    background: #80bf61 !important;
    }

    would likely be a good step forward.

    The StudioPress forums (https://www.studiopress.com/forums ) are also a good place to get general customization help from the Genesis-specific WordPress community.

    Cheers!

    Thread Starter wabsenger

    (@wabsenger)

    Brandon,

    Thank you very much for your quick reply, it is greatly appreciated.

    Werner

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘eNews Extended-Background Color Change’ is closed to new replies.