Remove Page Title in Sandwich theme

Home Forums All Other Themes Remove Page Title in Sandwich theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206308
    Frank VreeburgFrank Vreeburg
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: July 10, 2023

    Hello,

    I’m trying to remove the page title in the GB-Sandwich theme, but it doesn’t work.
    I added below CSS in the custom CSS under Basic -> Custom CSS. But the title still shows. I only want the image to show, not the title. Are you able to help out?

    .page-title {
    display: none;
    }

    Thanks in advance.

    KR, Frank

    #206316
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31015
    • Total: 31015
    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

    #206328
    Frank VreeburgFrank Vreeburg
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: July 10, 2023

    Hi Chris,

    Thanks, that did the trick!

    KR. Frank

    #206331
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31015
    • Total: 31015
    Member since: August 16, 2013

    Hi,

    Welcome 🙂

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

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