Hello,
Kindly please advise how to replace "YOUR WEBSITE NAME" (Logo) with my own design logo?
Cheers,
Rainier
1. go to ow_themes folder via FTP or control panel.
2. within ow_themes folder find folder with the name of your currently active theme.
3. within the folder with your theme's name open master_pages folder.
4. edit general.html and dndindex.html files
Basically ( all depends on your theme), you should see following piece of code in both .html files mentioned above:
<div class="ow_site_panel">{component class='BASE_CMP_Console'}<div class="ow_logo_wrap"><a href="{$siteUrl}">{$siteName}</a></div></div>
Try replacing :
<div class="ow_logo_wrap"><a href="{$siteUrl}">{$siteName}</a></div>
TO
<div class="ow_logo_wrap"><a href="{$siteUrl}"> <img src="full-path-to-uploaded-logo-here"></a></div>
Hello,
Kindly please advise how to replace "YOUR WEBSITE NAME" (Logo) with my own design logo?
Cheers,
Rainier