![]() |
| Change text displayed after Contact Me/Contact Us Last Update : 2018/01/17 |
| Question / Issue |
| How to change the response displayed on the website after consumer clicks "Contact Us/Contact Me". |
| Answer / Solution |
The text that is displayed on the website after a consumer clicks a "Contact Me" can be hidden and/of changed by overriding the CSS. To hide and/or change the text:
CSS to hide and/or change the first sentence: .FinalTextLabel1 {display:none !important;}
.FinalTextLabel1Override:before {content : "insert your text here";} CSS to hide and/or change the second sentence: .FinalTextLabel2 {display:none !important;}
.FinalTextLabel2Override:before {content : "insert your text here";}
NOTE: if you want this text to also appear when viewed in a mobile device, click on the Mobile tab and enter the same text above.
|
| Direct Link to This FAQ |
| http://www.itcdataservices.com/support/ecmpfaq/?f=407 |
| Tags |
| Contact Me Contact Us |