• Resolved mrdanielhcho

    (@mrdanielhcho)


    I wish to change the active color from blue to yellow.

    I also wish to change the titles from white to black.

    What is the proper classes to do so?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Thanks for reaching here.

    You can do this by adding some custom CSS
    Please go to wp-content->theme->yourtheme->style.css file and put below CSS.

    .wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title{color: #000 !important; background: #FF0 !important;}
    .wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title::before{ border-top-color: #FF0 !important;}
    .wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title::after{ border-top-color: #FF0 !important;}
    Thread Starter mrdanielhcho

    (@mrdanielhcho)

    Thank you, was exactly what I was looking for. Great plugin!

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    If you like our plugin and support please give us a review and rate its very important for us.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Color of Active Slide Design 1’ is closed to new replies.