Widget design with CSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 03:06 AM
Hi guys,
a have a few questions related to modifying the widget:
1. how to remove the "fa" div class from widget. i asume its the icon widget..
2. which css class is responsible for aligning text "Request a New Vendor or Engagement" to center in this widget
3. how do i bring the widgets to a common size? I've tried in Page CSS .iconlink {height: 140px;} but it doesnt renders at all..
Thanks in advance.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 03:45 AM
You can add !important next to those ignored CSS to force them.
ex:
align: center !important!;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 03:38 AM
actual
.fa-3x {
display: none;
}
.fa {
display: none;
}
.fa- {
display: none;
}
the block disappeared look like, so question 1 potential solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 04:27 AM
case up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 04:30 AM
hello
i feel this is NOT OOB widget can you double check are you sure that its OOB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 04:41 AM