Comments 1thenimo started the conversationApril 12, 2020 at 7:17amHi,I'm trying to change the color of the downward pointing arrow in a portfolio item header. It's currently white and I've been trying to use css but I'm not fluent at it. Please let me know what I can do. Thank you! 3,021Andrew repliedApril 12, 2020 at 7:47amHi thenimo,Use the following custom css in Salient > General settings > CSS/Script related: .next-arrow path, .next-arrow polyline { stroke: black; } Hope this helps.1 Like Sign in to reply ...
Hi,
I'm trying to change the color of the downward pointing arrow in a portfolio item header. It's currently white and I've been trying to use css but I'm not fluent at it. Please let me know what I can do. Thank you!
Hi thenimo,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.