Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24095

    Hi,

    Is it possible to remove the navigation arrows and bullets on the Easy Slider? Especially the bullets are rather intrusive when using more than three slides.

    And also, how can I change the font color on the Easy Slider image title and caption text? Or is that coupled with the header color?

    Thanks,

    Ying-Fu

    #122305

    Hi,

    Just add this on your custom.css

    Remove bullets

    .avia-slideshow-dots.avia-slideshow-controls {
    display: none;
    }

    Remove arrows.

    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    Caption Title color.

    .avia-slideshow .avia-caption .avia-caption-title {
    color: red;
    }

    Caption Content color.

    .avia-caption-content {
    color: blue;
    }

    Regards,

    Ismael

    #122306

    You rock! Thanks!

    #122307

    The caption title bit doesn’t work, the caption content does.

    #122308

    Hey!

    Try following code instead:

    .avia-slideshow .avia-caption .avia-caption-title {
    color: #ff0000 !important;
    }

    Best regards,

    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Easy Slider bullets’ is closed to new replies.