Okay
  Public Ticket #2689015
Creating new product WC
Closed

Comments

  •  1
    Jose started the conversation

    Hi. I'm creating a new product on my website but i can't find the way to have the same header layout as the other sections of my web. 

    Also, as you can see in the image attached, i don't know why i have this black bar under the breadcrumb. I would like to know how to delete it

  •  1
    Jose replied

    Finally i find the solution for the black bar. 

    But i can't find the way to put the same header layout in products. :(

  •  2,565
    Kevin replied

    Hi Jose

    I have set it up synchronously on the site, please check back

    thanks

  •  1
    Jose replied

    Thanks Kevin!

    In product page I would like to hide the page title, but only above the breadcrumbs and still set next to price. Is that possible? How could i do it?

  •  2,565
    Kevin replied

    Hi Jose!

    Currently the theme does not support this change

    # You can hide the breadcrumb title on the product page by adding this css at Appearance-> Customize-> Additional CSS

    .single-product .ftc-breadcrumb {

    display: none;

    }

    thanks