• Resolved Hilary Curtiss

    (@hilarykenmare)


    Hi,
    I managed to delete the widget titles in my right side bar with this code in my CSS child theme:

    .widget-title em {
    display: none;
    }

    But it didn’t apply to the jetpack subscriptions widget title. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alex27

    (@alex27)

    To remove widget titles completely you should rather use
    .widget-title { display: none; }
    or leave the title empty.

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    Amazing. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove jetpack subscription widget title’ is closed to new replies.