Okay
  Public Ticket #1641239
Changing colour
Closed

Comments

  • pozyczkisacz started the conversation

    Can you change the color of template? i want slider with images to have green instead of blue. is it possible and how?

  • pozyczkisacz replied

    image to see clearly what i mean


  •  2,010
    Ocean replied

    Hi,

    COlor image:

    You can go to Borrow Option/Styling Option/Css Code => add css

    .slider-img {

    background: your-color;

    }

    Ex: 

    .slider-img {

    backgroundrgba(16, 155, 88, 0.8)

    }