• How can I remove the page titles in Tonic? I have tried every variation of css I can think of, nothing is working.

Viewing 1 replies (of 1 total)
  • Thread Starter mswhipp

    (@mswhipp)

    Hi again – I figured it out – here is the css that I added to my child theme, for anyone else who might be having this problem:

    .basic .entry-title, .basic .entry-title a {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove page headings’ is closed to new replies.