• Resolved userlastname

    (@userlastname)


    Hi,

    I’m using visual editor and can add CSS code to each individual page. For one of my pages, I am looking to remove the logo and page title. What CSS would I put in to achieve this?

    Cheers,
    Dan.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Dan! Can you share a link to the page you’re referring to?

    Thread Starter userlastname

    (@userlastname)

    Hi mate,

    https://twosugarsau.com/the-tea-bag/

    I’d like to know how to remove the logo and “THE TEA BAG” header.

    Cheers,
    Dan.

    Theme Author Ben Sibley

    (@bensibley)

    Hi Dan,

    The following CSS can be used to hide the logo and page title on that page only:

    .page-id-94 .logo,
    .page-id-94 .post-header {
      display: none;
    }

    To get this to work, I’m using the “page-id-94” class to only target that page which has an ID of 94. You can repeat this code for other pages too by replacing the “94” with the page’s ID.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove page title/logo’ is closed to new replies.