Add deals from top merchants to any WordPress website1 with one of two FMTC Datafeed implementations:
- Fully integrated Box — This comprehensive solution is perfect for subdomains or companion sites dedicated solely to displaying deals from top merchants
- Plugin — Adds Deal functionality to an existing WordPress website, but design integration is left up to the client
1 Both FMTC Datafeed solutions work with WordPress.org sites; the Plugin can be run on WordPress.com sites if you have a premium Business account. ↩
Old Site Design Settings
- Focus Mode
- Links: #54799c
- Tagline: #f58738
- Alert: #f58738
- Note: #54799c
Custom CSS from Old Site
.template-front .headline_area {
display: none; }
.grt sup a {
text-decoration: none; }
.grt pre {
background-color: rgba(0, 0, 0, 0.08);
border-left: 4px solid rgba(0, 0, 0, 0.15);
border-radius: 0 12px 12px 0; }
.grt .note,
.grt .alert {
box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); }
.grt .post_list {
margin-bottom: 31px; }
.grt .footnotes a:last-child {
text-decoration: none; }
.bleed.yellow {
background-color: #fff5d2; }
.bleed.orange {
background-color: #f3dac0; }
.bleed.red {
background-color: #f0726a; }
.bleed.olive {
background-color: #dae2df; }
.bleed.blue {
background-color: #7fa7d8; }
.bleed.light-blue {
background-color: #d2ecff; }
.bleed.steel {
background-color: #adb7c0; }
.bleed.light-steel {
background-color: #d1dae2; }
.home-top {
position: relative; }
.home-top .hero {
position: relative; }
.home-top .hero:after {
position: absolute;
width: 100%;
height: 100%;
top: 0;
content: '\a';
background-color: rgba(0, 0, 0, 0.3); }
.home-top .hero img {
object-fit: cover; }
.home-top .big-deal {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: white;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
.home-top .big-deal h1 {
font-size: 23px;
line-height: 38px;
margin-bottom: 12px; }
.home-top .big-deal h1,
.home-top .big-deal p {
color: white; }
.home-top .big-deal .button {
padding-top: 12px;
padding-bottom: 12px; }
@media all and (min-width: 682px) {
.home-top .big-deal h1 {
font-size: 47px;
line-height: 73px;
margin-bottom: 31px; } }