• Resolved math1234

    (@math1234)


    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)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please share your website URL, we will check and proper solution to your issue.

    Thanks,

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @patelketan

    Every time no need to ask the website URL.. You can check demo link of this plugin and provide the solution.

    Hello @math1234

    With this custom css you can change the DOT color :

    .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
        border-color: #000;
        background: #000;
    }

    and title color:

    .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
        color: #87B026;   
    }

    You can add this css under custom css section of your theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color of active green dot’ is closed to new replies.