[Solved] Changing the sidebar widget style

edited September 2014 in Newsletter plugin
Hi! I would like to change the sidebar widget style to fit my theme. Which files should I edit and should I place the changed parts into the theme's child theme stylesheet? Thank you :)

Comments

  • 3 Comments sorted by
  • Vote Up0Vote Down
    Hi 

    Which plugins widget do you need to change? 
    You can change the widget style in your plugins stylesheet, and yes, you can add it to your child theme stylesheet to prevent it from being overwrite with a new update.

    Regards
    Marietha
  • Vote Up0Vote Down
    I have the Newsletter plugin and would like to change the sidebar widget that shows the signup form. Which classes should I add to the theme's child theme stylesheet? 
  • Vote Up0Vote Down
    @J00nas

    Thank you for your response.

    You can edit "wp-mailinglist/views/default/widget.php" and "wp-mailinglist/views/default/css/style.css" according to your needs. The widget.php file contains the actual HTML and the style.css file the CSS.

    Best is to use a child theme folder, see this guide please: http://docs.tribulant.com/wordpress-mailing-list-plugin/7890 . That way the changes won't be overwritten when you upgrade the plugin.

    Let me know if that helps.
Sign In or Register to comment.