Hi,
I would like to add a company logo on the out of the box D356 Marketing Event Website - is there any way of easily doing this without downloading the website package, etc.?
Thanks,
Mary Ann
Hi,
I would like to add a company logo on the out of the box D356 Marketing Event Website - is there any way of easily doing this without downloading the website package, etc.?
Thanks,
Mary Ann
Hi Mary,
Ok.
Look forward to your reply. :)
Regards,
Clofly
Thank you so much Clofly, will try that approach
Hi Mary,
You can use following approach to achieve it without downloading the website package.
1. Create a local css file called mycustomstyles.css with following styles.
You can upload your company logo to Files and copy its URL to the url property here.
#home-button { background-image: url('yourCompanyLogoURL'); background-repeat: no-repeat; background-size: cover; color: transparent; }
2. Open EventManagementApp web template, link our custom style sheet to its source code.
3. Create a new web file, set both Name and Partial URL field to the custom css file name.
Set its Parent Page to EventManagementApp and its Website to Event Portal.
Before uploading custom file, keep the web file record in Draft status:
Navigate to Notes tab, upload the custom css file as note attachment.
Back to General tab, change the Publishing State to Published.
Result:
Now we have overwritten the original Home text to custom image.
How does the approach work:
The default "Home" is a block and it has a unique id name: home-button.
Therefore, we set a background image to the element, and use "color: transparent" to hide the text.
Regards,
Clofly
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156