Original Request: Is it possible to add a slider to the Whitspace theme homepage? Maybe where the stretch image is? I tried just placing the Genesis responsive slider widget in the Welcome widget area but that didn’t work. – RoxG I did following steps: Step 1: First install the Genesis Responsive Slider Plugin on your… Continue Reading
genesis responsive slider
Make slider excerpt on Executive PRO theme look like Outreach PRO
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