- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 07:38 AM
Hello Community.
Can you help me?
I wanna decrease font title about image. How do?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 08:01 AM
In application navigator search sp_instance_ais.LIST
and search for the name that you have mentioned in the above image by you.
in that add the css value as I Added in the below image
Thanks and Regards
Sai Venkatesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 08:01 AM
In application navigator search sp_instance_ais.LIST
and search for the name that you have mentioned in the above image by you.
in that add the css value as I Added in the below image
Thanks and Regards
Sai Venkatesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 08:31 AM
Hey
Go to widget instance table and look for your widget.
2. Open the instance and in CSS field try to apply below css
h2{
font-size:5 px !important; // you can adjust the css as per your need.
}
Please mark the answer correct/helpful accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 10:10 AM
Thanks for solution. In this case I did it like this:
h1{
font-size:23px;
}
All right.
Thanks and regards!