Need help customizing arrow design in linkedin feed

Is it possible to customize the design of the arrows in the linkedin feed like in the screenshot attached?

2 Likes

Hi there, @Eric_Nowarra :waving_hand:

I see that you have 2 LinkedIn Feed widgets. Would you like to implement this design for both widgets, or just for the specific one?

1 Like

Hi Max,

thank you for coming back!

Just for one, JZ Linkedin 2026.
(May it is also possible to place the arrows under the slider on the left side like in the screenshot?)
You can see it live here:
https://jens-2e0b48-be2db629eaf58-31e8d06c81cba.webflow.io/

Thanks in advance!
Best
Eric

2 Likes

Got it, thanks!

I’ll discuss with the devs if it’s possible to implement this design and will update you once I have any news :slightly_smiling_face:

1 Like

Hi there, @Eric_Nowarra :waving_hand:

Thank you for waiting!

Unfortunately, it’s impossible to display arrows under the posts, but here is a code to implement a similar design:

.es-carousel-arrow-control {
  border-radius: 0px;
  background: rgb(38, 58, 73);
  border: 2px solid rgb(137, 155, 164);
  fill: rgb(137, 155, 164);
}

The code should be added to the Custom CSS field on the Appearance tab of your widget’s settings :slightly_smiling_face:

2 Likes

Hi Max,

thank you very much! This is great!

Kind regards
Eric

3 Likes

Awesome! You’re very welcome :wink:

1 Like