• Resolved kleb123

    (@kleb123)


    How can I delete the ‘WEDSTRIJDEN’ title at the top of the prediction page? With CSS I can’t find the right thing.

    (I know it was asked before, but I can’t find the topic anymore)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not the best solution, but you can add this in your theme customizer:

    .fp-prediction-form h2:nth-child(4) {
    display:none;
    }

    Play with the number in nth-child to find the correct one. might vary with the amount of H2 elements in your prediction form and possible extentions you have enabled.

    Unfortunately the specific H2 doesn’t have an ID to talk to specificly.

    Thread Starter kleb123

    (@kleb123)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Prediction page title’ is closed to new replies.