Sela Theme
-
1. Is it possible to set a video to my featured image on home page? For example, http://www.nytimes.com/2015/04/19/magazine/the-cost-of-sally-manns-exposure.html?_r=0
Something short (10-15 seconds) that plays on repeat2. On my home page, can I move the widget titles to lay over the image or move them below the image?
3. How do I remove ” – ” from widget titles?
The blog I need help with is: (visible only to logged in users)
-
Hi there, on the dashes before and after the widget titles, add the following CSS.
.widget-title::before, .widget-title::after { content: ""; }On the widget titles, overlaying the image is problematic due to how we have to do that, but we can move them below the images with this.
.front-widget-area .widget-area { position: relative; } .front-widget-area .widget-area .widget { padding-bottom: 20px; } .front-widget-area .widget-area .widget-title { position: absolute; bottom: 0; width: 100%; } -
On the video header, there are some themes here that support videos in the header area. Right now I’m looking for that list and when I find it, I’ll see if Sela is on it.
-
-
-
Hi @afinocchiarophoto, we have a filter, which doesn’t appear in the list yet on the Theme Showcase, that you can use to find themes that support videos in the header, scrolling panel, featured content or other area. You can see that list of themes here: https://wordpress.com/themes/filter/video
- The topic ‘Sela Theme’ is closed to new replies.