This topic has 13 replies, 3 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler
Hello
How can i to remove heading from product page but not from other pages, I try with bellow without success
.page-heading .woocommerce-breadcrumb {
display: none;
}
http://www.bluescents.com/app/product/body-cream-night-jasmine/
thanks
In addition, Can I to add a different background photo by products category on Breadcrumbs Variants
thanks a lot
Hello,
Please add this code in Theme Options > Custom css:
.single-product .page-heading {
display: none;
}
Also, try css to change background, for example, http://prnt.sc/f3x95l, you need to change class .term-body-lotion
for different categories.
Regards,
Rose Tyler.
Hello,
Thank you for your reply
The photos were customized for each product category on breadcrumps variants and showing perfect but for a specific resolution for example 1600×900.
in different (lower) resolutions not showing correct.
I would like to ask you if it needs to be created photos with dimensions for lower resolution or equipments and to add custom css to
Theme Options->Custom CSS for desktop, tablet, etc
Hello,
Unfortunately, I can’t login to your site to see it.
You can try to create images with needed resolutions or try to change backgrounds css options
https://www.w3schools.com/css/css_background.asp https://www.w3schools.com/cssref/css3_pr_background-size.asp
Regards,
Rose Tyler.
Hello
I try all of options with background sizes, and work better with cover for up to 1600×900 resolution and image size 1920x176px.
In a different resolution (1366×768) does not appear properly
http://www.bluescents.com/app/product-category/bath-body/
http://www.bluescents.com/app/product-category/home-fragrance/
thanks
Hello,
Try to choose the background-position to center-center.
Regards
Hello
Many thanks for your reply
I would like to ask you if can i to add a link, like a category page, on mega menu image
http://www.bluescents.com/app/home-2/
Thank you
Hello,
You’re welcome!
By default, it is not possible to add a link on background image. Please provide wp-admin access in Private Content, so we could check your menu structure.
Regards,
Rose Tyler.
Hello,
I’m sending you the details you need.Thanks
Hello,
I’ve recreated menu and changed your custom css code:
.menu-item-337.menu-column1.with-image .nav-sublist-dropdown {
width: 900px !important;
height: 250px !important;
}
.menu-item-338.menu-column1.with-image .nav-sublist-dropdown {
width: 740px !important;
height: 250px !important;
}
.menu-item-339.menu-column1.with-image .nav-sublist-dropdown {
width: 740px !important;
height: 250px !important;
}
.menu-item-340.menu-column1.with-image .nav-sublist-dropdown {
width: 690px !important;
height: 250px !important;
}
You can add a link http://prntscr.com/f6m4th now. Also, you need create mobile menu with more simple structure.
Regards,
Rose Tyler.
Everything is perfect, thank you very much !!!
Hello,
You’re welcome!
Would be very grateful if you can leave 5-stars rating and your comment for our theme on ThemeForest https://themeforest.net/downloads
Thanks.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up