Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18087
    jpbertram
    Member

    Hi Sakin,

    On our site http://www.commishcollege.com, is it possible to hide the article titles and caption on the featured slider, unless the visitor is hovering the slider image with their cursor?

    Thank you!!!

    #18114
    Sakin
    Keymaster

    @jpbertram: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container { display: none; }
    #main-slider .slides:hover .entry-container { display: block; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide Title on Featured Slider?’ is closed to new replies.