• Resolved luisble

    (@luisble)


    Hi,

    I’m using the Featured Slider, but the texts of the slides don’t appear on Internet Explorer 10.
    What can I do?

    tks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Catch Themes

    (@catchthemes)

    @luisble: Can you post in your site URL?

    Thread Starter luisble

    (@luisble)

    Theme Author Catch Themes

    (@catchthemes)

    @luisble: Can you try adding in following css in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container .entry-title span,
    #main-slider .entry-container .entry-title span:hover,
    #main-slider .entry-container .entry-content,
    #main-slider .entry-container .entry-content:hover {
    	background-color: transparent;
    	display: block;
    	opacity: 1;
    }
    #slider-nav a {
    	visibility: hidden;
    }
    #main-slider:hover #slider-nav a {
    	background-color: #21759b; /* Show a solid color for older browsers */
    	background-color: rgba(33, 117, 155, 0.6);
    	visibility: visible;
    }

    Thread Starter luisble

    (@luisble)

    Thank you!
    It’s working!

    Congratulations for your theme!

    Theme Author Catch Themes

    (@catchthemes)

    @luisble: Thanks for finding out the issue. We will update in new version 1.1.2 and then you can remove this css.

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