Podcast Series Question

Support Area Forums Kerygma Podcast Series Question

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #37419
    Vanessa Ekno
    Participant

    Hi Bill,

    On the Podcast page, when we choose an image, is there a way to have the series name superimposed on the image? I am forgetting the steps for this…

    Your help is so very much appreciated!

    Sincerely,
    Vanessa Ekno

    #37421
    Bill Robbins
    Moderator

    Hi Vanessa,

    The short answer is yes you can do that. Here’s how:

    1. In your WordPress dashboard click on the Appearance section and choose Theme Options.
    2. From the tabs at the top, choose the Advanced one.
    3. Scroll down to the Custom CSS box and add this:
      
      li.podcast-series-item a div {
          opacity: 1;
          background: none;
      }
       
      li.podcast-series-item a:hover div {
          background: rgba(0, 0, 0, 0.8);
          opacity: 1;
      }
      
    4. Save your changes.

    That will leave the text that normally appears when hovering over the series visible before hovering. The background color will still change when you hover.

    The longer answer is it would be better to place the text inside the series image itself. The theme was built around the assumption that would be the case since most series graphics have the name in the image file itself. Since churches tend to reuse the same graphic between web and projection during services, the name is generally present. That’s why I chose to have it hidden by default to keep it from being redundant.

    You’re welcome to go either way you want. It’ll look best if they are consistent though with all graphics having the name or none of them with the series name being added on top via the theme in HTML.

    If you have any trouble or questions, let me know.

    Have a great weekend,
    Bill

    #37422
    Vanessa Ekno
    Participant

    Thank you, Bill. So helpful!

    Vanessa

    #37423
    Bill Robbins
    Moderator

    Happy to help out 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Podcast Series Question’ is closed to new replies.