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
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
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
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
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 ?
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
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
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
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
Hi Noor shahid !
Please set up the logo at Appearance-> Theme options-> general-> Logo & Favicon
thank you
No i mean on product pages as logo is already changed in customization but it doesn't show on product pages
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
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
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
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 ?
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
put it anywhere in the style.css field ?
Hi Noor shahid !
You can put it anywhere in that file, your problem will be solved
thank you