- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2018 11:33 AM
Change How page Title: " How can we help ? style into Italic / Bold/ Roman
Change Cart name as My Cart
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2018 01:49 AM
Hi Kishore,
If you don't want to create new widget and all, you can simply add your custom CSS to "Widget Instance". Please follow below steps to know how.
1. Right click on the text and select "Instance Options".
2. Select "Open In platform" option
3. Add your custom CSS in "CSS" field
like:
#homepage-search h1 {
color: blue;
font-weight: bold;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2018 11:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2018 11:09 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2018 12:39 AM
Hi Kishore,
This is regarding changing Cart name:
Steps:
1) Clone Header Menu Widget.
2) Make sure you add All Dependencies to this widget
3) Add Angular JS ng-Templates to this cloned widget.
4) Then make sure your instances are in place.
This will change your Cart name to My Cart.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2018 12:48 AM