Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @dkance,

    If the pages titles are blocking the site Logo, it is possible the theme needs to be configured to allow for the logo to be higher than the page titles, or some custom CSS can be put in to hide the titles.

    It is best to reach out to your theme developer regarding this, as they can help with the CSS or the theme template overrides.

    Hope this helps!

    Thread Starter dkance

    (@dkance)

    Hi @nixiack8,

    Thank you for answering.

    I wanted to edit the margins but could not.

    I resolved it by hiding the titles using CSS on Additional CSS

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

    Regards,

    Diego

    Mirko P.

    (@rainfallnixfig)

    Hello Diego @dkance,

    Thanks for letting us know you’ve been able to sort this by hiding the titles. If you require more help with further customizations on your site, I recommend you reach out to your theme authors.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkout and Cart pages title blocks site logo’ is closed to new replies.