Added Welcome text between Welcome on Header and Welcome Guest!

Ask the community for help and support.
Post Reply
gsmiley007
Posts: 82
Joined: Sun Mar 14, 2021 9:28 pm
Has thanked: 9 times
Been thanked: 2 times

Added Welcome text between Welcome on Header and Welcome Guest!

Post by gsmiley007 »

Just wondering if there is a way to add text between the Welcome on StoreName title and hte Welcome Guest! text area.
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

Re: Added Welcome text between Welcome on Header and Welcome Guest!

Post by heatherbell »

gsmiley007 wrote: Mon Sep 06, 2021 6:05 am Just wondering if there is a way to add text between the Welcome on StoreName title and hte Welcome Guest! text area.
Yes, go to admin>Tools>Define Languages and look for and click the modules/content/index/cm_i_text_main.php file to edit.
See the line:

Code: Select all

 const MODULE_CONTENT_TEXT_MAIN_TEXT        = '';
Enter the text you want between the single quotes and save.

The Main Text module is installed and enabled by default but go to admin>Modules>Content to ensure that it is enabled (it will show next to 'index' in the Group column). You might want to edit the module to change the Sort Order to change its position so it shows between Page Heading (Welcome on StoreName title) and Customer Greeting (Welcome Guest! text)
Post Reply