For the logo, one way to increase the size is through the Styles tab of the admin panel:
Admin Panel --> Styles tab --> Imagesets --> Edit --> Main Logo
Then edit the dimensions.
To keep the site name from displaying:
Open: styles/{your_style}/template/overall_header.html
Find and remove:
Then you can set a site name and it will show up on the emails, and not the site.
Not sure what you mean about the meta tags dot, as contents in the meta section aren't shown. The only thing I can think of is the bullet that is shown in the browser title bar.
Code: Select all
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
That's in overall_header.html and the • causes the bullet to appear.