Try the following:
.woocommerce div.product .product_title {
display: none;
}
🙂
Thread Starter
metil
(@metil)
No help my friend =/
something else?
“capture” is not a page element name which is familiar.
The elements I can see are:
social media icons block
site name
cart
menu
page title
header background image
Which of those elements would you like to hide?
Thread Starter
metil
(@metil)
@lorro:
“header background image” and up main block
i need in single product like here: https://yadi.sk/i/hwvvop_K3DK2YV
-
This reply was modified 9 years, 4 months ago by
metil.
.single-product #bg_blurred,
.single-product #bg_regular {
background-image:none !important;
}
.single-product #page_caption.hasbg {
height: 27.3vh;
}
Thread Starter
metil
(@metil)
Thanks buddy!
its help to up, but check pls: https://yadi.sk/i/hwvvop_K3DK2YV
when i hide Default header from page,
social media icons block
site name
cart
menu
in black , now white. no see..
.single-product .top_bar.hasbg i,
.single-product .top_bar.hasbg #mobile_nav_icon,
.single-product .top_bar.hasbg #menu_wrapper div .nav > li > a {
color:#000 !important;
border-color:#000
}
The site name is an image – I can’t change its white colour using css. Using a different site logo on different pages would need a lot of code. You may need to rethink this.
Thread Starter
metil
(@metil)
Wow! amazing, thanks so much!
about change from white logo to black, may be we can use some code for change
png file to: http://shop.kdfeatured.com/wp-content/uploads/2016/09/logo-png-b-1.png
in this single page?
Yes, but supplying the code needed is more than you would get via a forum answer. You’ll need php skills or you’ll need to hire someone:
http://jobs.wordpress.net/
Thread Starter
metil
(@metil)
my friend, if i need change same in 1st page shop and product cataloque
for what i need change .single-product ? to .woocomerce ?
-
This reply was modified 9 years, 4 months ago by
metil.