Okay
  Public Ticket #2084076
Dissable breadcrumb on product page
Closed

Comments

  • Noor shahid started the conversation

    Hy I want to disable breadcrumbs on product page but there is no such option in the theme please let me know how can i do this 

  •  2,571
    Kevin replied

    Hi Noor shahid  !

    Go to Edit Page of the set up Shop page and choose to hide breadcrumbs in Page Options
    http://prntscr.com/ogk8a9
    in the product details page add this css attribute to Appearance-> Theme Editor-> style.css or Appearance-> Customixze-> Additonal CSS to hide it


    .single-product .ftc-breadcrumb {
        display: none;
    }

    thank you

  • Noor shahid replied

    Thanks kevin issue is resolved 

    can you please let me know how can i change the logo on product page as there is no option here and also the header style I changed the header style to 10 but its not same 

  •  2,571
    Kevin replied

    Hi Noor shahid !

    Please set up the logo at Appearance-> Theme options-> general-> Logo & Favicon

    thank you

  • Noor shahid replied

    No i mean on product pages as logo is already changed in customization but it doesn't show on product pages

     

  •  2,571
    Kevin replied

    Hi Noor shahid !

    You have not set the logo correctly, please read my ticket first, which is the link to set up the logo on the site

    thank you

  • Noor shahid replied

    Got it thanks as you guys have pre built inner page options i selected one header for inner pages but i want to change its color as the front page header how can i do that

    why is there so limited options in this theme 

  •  2,571
    Kevin replied

    Hi Noor shahid 

    on each page allows you to choose different colors and headers, which makes it easier for us to design themes and users can change many different types, but the child pages need to be set At Themeoption, you can skip the logo, header, color, color settings in subpage and general settings at Theme opitons

    thank you

  • Noor shahid replied

    ok found that 

    and now that i have removed breadcrumb image from product pages the content is now way to above and its colliding with menu how should i make a space between this ?

  •  2,571
    Kevin replied

    Hi oor shahid!

    Add this css attribute to the style.css file (Appreance-> Editor-> style.css) to create a distance
    .single-product .product {
        margin-top: 30px;
    }

    You can change the value to 30px as you like

    thank you

  • Noor shahid replied

    put it anywhere in the style.css field ?

  •  2,571
    Kevin replied

    Hi Noor shahid !

    You can put it anywhere in that file, your problem will be solved

    thank you