@britner pardon you don’t consider outlook as a popular app ?? it seems to me like if you were saying that you don’t recognize a Toyota car as popular. I suggest you to give it a second thought.
@dyin Don’t worry I got your back ??
Go to custom css option in email customizer page.
Then paste this code.
replace logo in the code below with logo image url
replace background in the code below with background image url
be aware that in each line : 1st affects logo, 2nd affects background ;
you might not see changes taking place instantly in the preview ( maybe google chrome is not considered as popular too ) so please save changes and refresh the page.
#template_header_image_container{
background-image: url(logo),url(background);
height: 120px;
background-size: 99px,auto;
background-repeat: no-repeat,no-repeat;
background-position: center,center;
}
I’m sure this will fix your issue ??