- 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-21-2018 12:59 AM
HI Kishore,
When you go to original Widget and clone it Dependencies will automatically get added. But angular JS templates you will have to add it. Also you will have create instance for this new cloned widget.
Second thing i have done Italic thing for you.
You only want to change the Font style for : How can We help? right?
Please see attached screen shot:
This what you want right?
If yes, let me know will share details.
Mark answer as helpful, correct!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2018 01:15 AM
YES, Exactly right, ..!!! I have to change style of font style
" how can we help you" i would like to change style of it and make it Bold as letters
- 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-21-2018 02:02 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2018 02:07 AM
HI KISHORE,
Very simple,
Open Widget is Platform and Add CSS as below: (If you don't have to edit OOB widget then Clone it and make changes) But this change is simple so you can do it here it self.
#homepage-search h1 {
font - style : italic;
font-weight: bold;
}
Also for the Cart issue.:
1) Clone the widget
2) Add Angular templates to it.
3) Go to Header Menu field on Portal and open it and change the widget which you have cloned.
4) Go to instance and add new Widget to it.
5) It should be in two instances.
Thanks