Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Background color newsletter #247127
    Bart Bruijnesteijn
    Participant

    Hi

    Unfortunately you have to make the change for every newsletter you will be creating. On the other hand you can now use different colours per newsletter.

    Preferred solution to be build: Basically we would need an option to define the preferred background color while creating a newsletter. Next the code should use the provide color code while generating the HTML. Given my knowledge I know this is easy and any developer would be able to add it in hours.

    Another incentive for the plugin developers to add the feature is that any plugin developer shouldn’t want website administrators to edit the database as it may cause all kind of other issues.

    Kind regards, Bart

    in reply to: Background color newsletter #247125
    Bart Bruijnesteijn
    Participant

    Hi

    I can share you my solution, although I think this should be part of the Newsletter configuration options.

    – Goto you back-end of your host, most hosting providers offer a Control Panel
    – Next use MYPHPADMIN or other tool to look at your WordPress database
    – Select the table xxxx_newsletter_automated where xxxx is something specific for your website
    – Now browse the table and find the row that is basically your newsletter, it holds the complete HTML
    – Edit that record and find the code <body style=”margin: 0; padding: 0;”> and change it into <body bgcolor=”#cccccc”; style=”margin: 0; padding: 0;”>
    – Where #cccccc is the hex code for your preferred color

    Be aware the change will be gone if you change the newsletter in the ADMIN of your website using the Newsletter Plugin. So wait with the change until you’re happy with the Newsletter and will not make changes anymore.

    Still, the plugin should support this out of the box.

    Regards, Bart

    in reply to: Background color newsletter #240271
    Bart Bruijnesteijn
    Participant

    I submitted the same request, wonder what’s possible. The white is pretty ugly

Viewing 3 posts - 1 through 3 (of 3 total)