• Resolved jvmedia

    (@jvmedia)


    Hi there,

    We would just like to change the color of the line and the dots on the Design 2 timeline.

    We have tried the following code for the dots and it did not work. We couldn’t find any code for the line.

    .wpostahs-slider-design-2 .wpostahs-slick-slider .slick-dots li button{color:#603813 !important;}

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Please go to your Admin Panel->Appearance->Customize->Additional CSS.
    Please put below CSS in this section.

    .wpostahs-slick-slider .slick-dots li.slick-active button {background: #603813 !important; border: 1px solid #603813 !important;
    }

    If you are any query let me know.

    Thanks,

    I am trying to change the color of the active green dot that is over the text in the Design 2.

    I used this .wpostahs-slick-slider .wpostahs-title {color: #000 !important; }
    .wpostahs-slick-slider .wpostahs-centent-title { color:#000 !important; }
    .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {color: #FF0000; }
    .wpostahs-slider-design-2 .wpostahs-slick-slider .slick-dots {color: #FF0000;}

    and it changed the color of the dots under the text.

    How can I change the green color of the dot over the text?

    Thanks

    Thank you so much for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color of line and dots on Design 2’ is closed to new replies.