Executive PRO theme is using the Genesis Responsive Slider. We need to modify the CSS little bit. I did following changes in the style.css file: Go to line no 890 and replace the current with this one
1 2 3 4 5 6 |
.content .genesis_responsive_slider .slide-excerpt { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); margin: 0; opacity: 1; padding: 3%; } |
Go to line no 913 and replace the current code with this one
1 2 3 4 |
.content .genesis_responsive_slider p { color: #ddd; margin: 0; } |
Go to line… Continue Reading