- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 06:45 AM
Hi @The Matrix ,
open the icon link in page designer by Cntrl+right click on widget, & open page in designer
Then copy this code in CSS of that instance in page editor & save it
.iconlink {
border: 2px solid black;
border-radius: 6px;
}
You can alter CSS accordingly.
Mark my answer as Accepted as Solution & helpful if it suffices your requirement. It will help other too !! 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 06:45 AM
Hi @The Matrix ,
open the icon link in page designer by Cntrl+right click on widget, & open page in designer
Then copy this code in CSS of that instance in page editor & save it
.iconlink {
border: 2px solid black;
border-radius: 6px;
}
You can alter CSS accordingly.
Mark my answer as Accepted as Solution & helpful if it suffices your requirement. It will help other too !! 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 06:49 AM
Hi @Sohithanjan G Thanks for your prompt response.
After applying your solution the black line in the widget is appearing. How do I remove it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 06:56 AM
@The Matrix
Its working fine with this combination in my PDI. Make sure you remove any unnecessary code or css.
Mark my answer as Accepted as Solution & helpful if it suffices your requirement. It will help other too !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 07:10 AM
Hi @The Matrix ,
Mark my answer as Accepted as Solution & helpful if it suffices your requirement. It will help others too !!