Hi! Can you help me please?
1. How to delete words from slider? (but not from article)
2. Is it possible to make slider like image(not image from article) that have a link( i mean i can click it)?
3. I don’t want to see picture from my post on right sidebar. How to delete this feature?
1. Enter this into the “enter your custom css” section at “Theme Options -> Layout”
#slider .entry-title a {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
color: #fff;
display: none;
padding: 10px 20px;
}
2. ?
3. ??