Radiate Theme : Hide Featured Content Text in Slider
-
I want to hide the text on the featured content slider, I just want there to be images and button basically. how do I hide the title and copy?
The blog I need help with is: (visible only to logged in users)
-
Hi there, I don’t see a slider on your site right now, so I’ve worked off the Radiate demo site. The Read More button is within the same element as the excerpt text above it, so we have to get a bit creative in hiding the text without hiding the button. Add the following to your custom CSS.
.single-slide .slider-meta h3 { display: none; } .single-slide .slider-meta p, .single-slide .slider-meta a { color: rgba(0, 0, 0, 0); text-shadow: none; } .slider-meta { top: 42%; } -
Thank you! I’ll give this a try I did remover the slider for now until I found help to figure it out.
-
-
Can someone please help me get rid of the sidebars on my webpage?? I’m using radiate, and I’ve spent probably 3-4 hours mindlessly trying to get rid of it, to no avail.
-
Hi @skinnyonthestreet it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours using Radiate, there is a dedicated Radiate theme support forum at WordPress.org.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
The differences between WordPress.com and WordPress.org.
I did take a quick look at your site, and this should get you started.
#secondary { display: none; } #primary { width: 100%; }
- The topic ‘Radiate Theme : Hide Featured Content Text in Slider’ is closed to new replies.