@luisble: Can you post in your site URL?
@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;
}
Thank you!
It’s working!
Congratulations for your theme!
@luisble: Thanks for finding out the issue. We will update in new version 1.1.2 and then you can remove this css.