Okay
  Public Ticket #2358677
class="next-arrow" in portfolio - color change
Closed

Comments

  •  1
    thenimo started the conversation

    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!

  •  3,021
    Andrew replied

    Hi thenimo,

    Use the following custom css in Salient > General settings > CSS/Script related:

    .next-arrow path, .next-arrow polyline {
        stroke: black;
    }
    

    Hope this helps.