Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Kaira

    (@kaira)

    Hi

    Do you want to remove the whole grey bar, or just the text?

    Thread Starter RobinRob

    (@robinrob)

    Hi,

    the whole bar.

    Theme Author Kaira

    (@kaira)

    To do this you’ll need to add custom css in the “Styling Settings” in the theme options in “Appearance” -> “ALBAR Settings” -> “Styling Settings”.

    This css will remove the whole bar on all pages:
    .page-header {
    display: none;
    }

    This will remove the bar on only that page:
    .page-id-15 .page-header {
    display: none;
    }

    Thread Starter RobinRob

    (@robinrob)

    Perfect. Many Thanks.

    Theme Author Kaira

    (@kaira)

    Cheers ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove’ is closed to new replies.