Remove page title from header

Home Forums All Other Themes Remove page title from header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #191732
    Jan de BruynJan de Bruyn
    Participant
    • Topics: 2
    • Replies: 0
    • Total: 2
    Member since: February 13, 2022

    Hi
    I am using adventure theme for diveteam.co.za

    I would like to hide/remove the title text from the header image on all pages.

    I cant seem to find the function, is this perhaps done with css?

    Any assistance will be appreciated.

    Regards
    j

    #191739
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .skt-page-title {
      display: none;
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.