Remove Page Title
  • robertbradenrobertbraden
    February 2
    On each default theme page with the Page Title Background Image(s), is there a way to remove the page title that lays on top of the Background Images (in between top header and content below)?

    Thanks for the help!
  • mikemike
    February 2
    Yeah, you can get rid of the page title with some simple CSS. Paste this in the options panel under Tools > Custom CSS. Or on any stylesheet.

    #page-title h2 {display:none !Important;}
  • robertbradenrobertbraden
    February 2
    Thanks!