• Hey vladff

    Can you please help me some more? I noticed that the arrows for the clients section have a shadow like color below the arrow-icon. I would like to change the color, but I couldn’t find it on style.css.

    I could manually change the arrow color only

    .slick-prev:before, .slick-next:before { font-family: "FontAwesome"; font-size: 40px; line-height: 1; color: #016bb4; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

Viewing 1 replies (of 1 total)
  • Thread Starter Rodrigo Gomes

    (@konoma)

    I found it by searching for the shadow hexcode color, thanks!

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        box-shadow: 0 5px 0 #C2503D;
    }
Viewing 1 replies (of 1 total)

The topic ‘Clients Section Arrows’ is closed to new replies.