Removing metadata and/or button from featured content slider
-
What would be the CSS code to change the featured content slider (in the Radiate theme) in order to:
1. remove the metadata (only display title)
2. remove the button
3. change the button title/label from the default ‘Read more’ to something else like ‘More info’Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi, it seems like you have gotten 1 and 2 taken care of. Due to the way the HTML and CSS are structured, I don’t see a way to hide the content but keep the button since the button is within the paragraph element along with the excerpt.
-
Hi, yes I inferred from other forum threads that I could remove the metadata with the command:
.slider-meta p {
display: none;
}I understand that the button goes with the paragraph element so I guess I’ll do without it. Thanks!
-
- The topic ‘Removing metadata and/or button from featured content slider’ is closed to new replies.