Tagged: enfold, post slider
Hi,
I am using the post slider and the title and “read more” are at the bottom of the post slider. How do I put the title and “read more” words on the thumbnail instead of the arrow.
Please visit my website http://www.travelkudos.com to see what I mean.
Hey ZhangYang,
I don’t see the post slider on that page. Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.home .slide-content {
position:absolute;
top:10%;
left:10%;
z-index:999999!important;
display:block;
}
Best regards,
Vinay