• The titles are not showing when I add a Testimonials page as a front page panel.

    – They are in the html when I inspect it eg
    <footer class=”entry-footer”>
    <h2 class=”entry-title”>H.E. North Narrabeen</h2>
    </footer>
    -They also appear elsewhere when I use testimonial shortcode.

    Any suggestions ?

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Looking in the inspector it seems the following CSS code is hiding the titles there:

    .home .pique-panel-content .entry-footer {
      display: none;
    }

    From what I can see it appears that code is coming from custom CSS added to your site, as it’s coming from the stylesheet at view-source:https://www.spacesandsenses.com.au/?custom-css=7a910d86da

    Open the Customizer and remove that line from Additional CSS, and the titles should appear.

    Thread Starter Dan761

    (@dan761)

    Great thanks – that has resolved it.

    That line was in from an earlier addition, to reduce the space at the bottom of each panel.

    I saw in the code comments, yes ??

    Debugging CSS is so much easier if people comment in their code. Thank you for that!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Testimonial titles not showing on front page panel’ is closed to new replies.