• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 16.03.18, 11:05
  • Opened by: leo
  • Closed by: Marek
  • Closed on: 06.05.18, 20:42
  • Reason: Closed
  • Comment: Glad to help!

Ticket #11867 - How can I change the font colors in the Awkward Showcase Slider ?

Hi,

So I want to change:

  1. The font color of the title of slider 1,2,3 and 4.
  2. The font color for <h4> and <p> of slider 1,2,3,4.

Because default these colors ar dark but we created new images for these sliders with a dark background so the fonts must have a contrasting color, like with for example.

Kind regards,

Leo

Comments

Marek 16 Mar 2018, 11:11

Hi, Leo.
Use following CSS to change the color for second slide:

#aw_slider li:nth-child(2) h3 {color:#YOUR_COLOR}
#aw_slider li:nth-child(2) h4 {color:#YOUR_COLOR}
#aw_slider li:nth-child(2) p {color:#YOUR_COLOR}