Hi all, we love this plugin, but would need some help with customize the template file.
1. Would like to have the headlines in a slighter bigger font size (see screenshot), the ones I want bigger is the lines "Latest Andrew blogs", "Andrew's Daily Videos" etc.
2. I would like to add utm_parameters appended after each content link:
Example: https://andrewbiggs.com/here-is-a-link-to-forum-topic/?utm_source=abc-newsletter&utm_medium=abc-newsletter&utm_campaign=abc-newsletter
Much appreciated if someone could help me out here! Below is my current template:
Cheers and many thanks!
<!DOCTYPE html>
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>*|title|*</title>
<style type="text/css">
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
address{ display: inline; }
html, body {
background-color: #d8dde8;
color: #5a5a5a;
}
body {
font: normal 13px helvetica, arial, sans-serif;
position: relative;
}
h3, strong { font-weight: bold; }
em { font-style: italic; }
img, .input_check, .input_radio { vertical-align: middle; }
legend { display: none; }
table { width: 100%; }
td { padding: 3px; }
a {
color: #225985;
text-decoration: none;
}
a:hover { color: #328586; }
div.outer { margin: 0 auto; padding: 14px; }
table.wrap { max-width: 800px; margin: 0 auto; }
td.logo {
background-color: #0f3854;
padding: 8px;
}
td.content {
background-color: #fff;
font-size: 14px !important;
color: black !important;
line-height: 150% !important;
padding: 8px;
}
h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
</style>
</head>
<body>
<center><a href='https://forum.andrewbiggs.com/' style='text-decoration: none; color: #262e33; border: 0;'><img src='https://forum-cdn.andrewbiggs.com/monthly_2018_10/forum-logo-1029.jpg.39bfbd544ecae25e462134c64712e48d.jpg' alt="Andrew Biggs Forum" width='800' height='150' /><h1>Andrew Biggs Newsletter</h1></center>
<div class='outer'>
<table class='wrap'>
<tr>
<td calss='header'>*|header|*</td>
<td class='content'>*|content|*</td>
</tr>
</table>
</div>
</body>
</html>