This content has been marked as final.
Show 7 replies
-
1. Re: How to change page name
PMON Apr 12, 2019 3:24 PM (in response to Guangyu Mao)You need to change the menu item in your navigation menu...
Cheers
-
-
-
-
-
6. Re: How to change page name
fac586 Apr 12, 2019 6:32 PM (in response to Guangyu Mao)Guangyu Mao wrote:
I find a way to change it. Now have one more thing. I want to change it to my company icon. Where to change it? I already add my company logo on the Static Application Files and it generates a reference "#APP_IMAGES#rsz_1logo.png" .
Edit the hero region, setting the Icon CSS Classes property to
frontage-labs
.Add the following style sheet rule for this class to the page Inline CSS attribute:
.frontage-labs { background-image: url(#APP_IMAGES#rsz_1logo.png; background-repeat: none; }
See the Default Hero region in the Universal theme sample application for an example.
-