Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to link a Webpage at least

    Thread Starter Palendrone

    (@palendrone)

    Thanks for the hint – have modified the post above…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Get rid of your CSS to hide the WooCommerce titles and use this:

    h1 {
     position: absolute;
     left: -9999em;
    }
    
    .product_title {
     position: static;
    }

    Thread Starter Palendrone

    (@palendrone)

    Hi Andrew,

    Many many many thanks – really appreciate that works a treat :0)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide all H1 Except for WooCommerce’ is closed to new replies.