• Resolved spammx3

    (@spammx3)


    Hello Together

    Can I somehow disable the title “Checkout”?

    .entry-title {
    display: none;
    }

    does not work, thanks!

    https://s12.directupload.net/images/210202/6e5ch83q.png

    [URL=https://www.directupload.net/file/d/6082/6e5ch83q_png.htm][IMG]https://s12.directupload.net/images/210202/temp/6e5ch83q.png[/IMG][/URL]

    [URL=https://www.directupload.net][IMG]https://s12.directupload.net/images/210202/6e5ch83q.png[/IMG][/URL]

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • link page ?

    Hello,

    I’m not exactly sure what you are trying to hide without looking at the actual page. It looks like you don’t have the correct selector.
    Alternatively, if you’d like to remove the entire cart functionality from your store, you can use a plugin like Catalog Visibility Options

    Stef

    (@serafinnyc)

    If you’re looking to simply hide the checkout page title you would just use CSS or if your theme has a no title setting on it that would be great too.

    For CSS simply go

    .woocommerce-checkout .entry-title{
       display:none !important;
    }
    

    This thread has been inactive for a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can I somehow disable the title “Checkout”?’ is closed to new replies.