• Thank you for this great theme. I would like to ask how I could disable showing the heading/title of page? Thanks

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

    Try this CSS code and add it to Appearance > Customize > Additional CSS from dashboard.

    
    .page .entry-header {
      display: none;
    }
    

    Regards,
    Kharis

    changing of headers size in theme dashboard doesn’t work, can i change it by css? especially cart page title and checkout page title, i want to make it smaller than default

    Hi @prysiwo,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .woocommerce-account .entry-header .entry-title, 
    .woocommerce-checkout .entry-header .entry-title, 
    .woocommerce-cart .entry-header .entry-title {
      font-size: 28px;
    }

    Hope that helps.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Page Title’ is closed to new replies.