This topic has 14 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi 🙂
Im struggling with few things and have searched for hours so please if can help
1. header, Ive set the header with back background. So want the cart and search icon in white. Also when you scroll down the cart icon changes. Is there anyway to use the larger of the 2 icons on both the top header and the stciky header and have them both in white, so basically same icons for all the time if that makes sense?
2. On the single product page is there anyway to remove the ‘SKU: Category: and tag:’ text, the ‘additional information’ tab, the ‘product description’ text thats above the second product description and the first product name text and breadcrumbs at the top. so basically on the single product will have image to the left and just one product name to the right above the short description.
Thank you!!
Hello,
1. Theme Options > Header Settings > Header color scheme and Fixed header color scheme > Light.
2. Please add this code in Theme Options > Custom css:
.single-product .product_meta, .single-product .page-heading .title {
display: none;
}
Theme Options > Single Product page > Tabs type > Disable
Regards
Thanks Rose!!
The breadcrumbs are still showing on the single product page if theres a way to remove them?
And the cart in the header still black?
The rest worked though, thank you so much
Please change this code:
.single-product .product_meta, .single-product .page-heading .title {
display: none;
}
to
.single-product .product_meta, .single-product .page-heading {
display: none;
}
And the cart in the header still black?
– could you please provide temporary wp-admin access in the Private Content?
Regards
Thank you Rose!
Have put in private bellow.
Also do you know why the contact form 7 on ‘contact us’ page has gone really narrow and pushed to one side? Instead of full width and center?
Thanks!!
Hello,
Please add this code in Global Custom css:
.header-type-4 .header .shopping-cart-widget .fa {
color: white !important;
padding-top: 0px;
}
.fixed-header .fa-shopping-bag {
color: white !important;
}
this css add in custom for page with the form:
.wpcf7 input[type="text"], .wpcf7 input[type="email"], input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="search"], .wpcf7 textarea {
width: 100% !important;
}
.wpcf7 label {
width: 98%;
}
Regards
Thank you so much!!
You’re welcome!
Regards
Also Rose do you know how to get ride of the bottom white space? So basically you have your last row and then straight away the footer with no gap? thanks 🙂
Please add this code in Custom css for page:
.page-content {
margin-bottom: 0px;
}
Regards
Hi Rose, hope your ok.
The breadcrumbs are still showing on some of the single product pages, any ideas?
Also is there a way to remove them on the catagory pages also?
Thank You!!
Hello,
1. Please provide me URL of such page.
2.
.tax-product_cat .page-heading {
display: none;
}
Regards
some products it shows breadcrumbs, some it doesnt? please see private, thank you
Hello,
Thanks for the reply. Could you please provide link to product with the problem?
Regards
You must be logged in to reply to this topic.Log in/Sign up