• Resolved bluecool13

    (@bluecool13)


    I have had several church members that have come to me saying that they can not get any of the sermons to play. I will pull up the website with them and it turned out that they had no clue that they had to click on the sermon title to get into it. (they were clicking on the service type tag instead)

    Is there something I can do, or is there something that can be done in future versions to make this more intuitive?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @bluecool13,

    Of course! Just put the following code at the end of your template’s CSS file:
    (Log in via FTP, via cPanel’s file manager or download some file manager plugin and navigate to /wp-content/themes/restful/style.css)

    .wpfc_sermon_wrap > div {
    	display: inline-block;
    }
    .wpfc_sermon_wrap > .wpfc_sermon_image {
    	margin-right: .3rem;
        float: left;
    }
    
    .wpfc_sermon_meta > p {
    	margin: 0
    }
    
    .sermon-title {
    	margin-bottom: .4rem;
    	text-decoration: underline;
    }

    Thank you for your patience. 🙂

    Thread Starter bluecool13

    (@bluecool13)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Clicking into a Sermon’ is closed to new replies.