Hi,
option 1) Take a look how it would look 50% transparent
#top .main_color.container_split.thisOverlap .container > .content, #top .main_color .template-overlap {
background-color: rgba(255, 255, 255, 0.5) !important;
}
option 2) If semi-transparency is not your thing, then I would go for full transperancy while pushing the text lower a bit. I made this code specific only to this page (one with your wife and you), if you want the same to happen on other pages, please remove .page-id-809 from wherever you see it, just leave the #top alone
You can look in the body tag for other classes which you can use to target this css at specific pages.
@media only screen and (max-width: 479px) {
#top.page-id-809 .post-title {
margin-top: 1.2em !important;
}
#top.page-id-809 .main_color.container_split.thisOverlap .container > .content, #top.page-id-809 .main_color .template-overlap {
background-color: rgba(255, 255, 255, 0.0) !important;
}
}
I know there is a border there somewhere, but I am not sure how it shows on iphone. Please let us know if its fine or you want the top border to go (the two side borders will have to remain or it will look goofy (i think at least, but its your call).
Thanks,
Nick