Remove heading from product page - by etheo

This topic has 13 replies, 3 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler

  • Avatar: etheo
    etheo
    Participant
    May 3, 2017 at 17:10

    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

    12 Answers
    Avatar: etheo
    etheo
    Participant
    May 3, 2017 at 22:24

    In addition, Can I to add a different background photo by products category on Breadcrumbs Variants

    thanks a lot

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 4, 2017 at 08:44

    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.

    Avatar: etheo
    etheo
    Participant
    May 5, 2017 at 14:41

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 5, 2017 at 14:53

    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.

    Avatar: etheo
    etheo
    Participant
    May 5, 2017 at 15:17

    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

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 6, 2017 at 12:45

    Hello,

    Try to choose the background-position to center-center.

    Regards

    Avatar: etheo
    etheo
    Participant
    May 10, 2017 at 07:41

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 11, 2017 at 07:42

    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.

    Avatar: etheo
    etheo
    Participant
    May 11, 2017 at 08:04

    Hello,
    I’m sending you the details you need.Thanks

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 11, 2017 at 14:46

    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;
    }

    to http://prntscr.com/f6m5qb

    You can add a link http://prntscr.com/f6m4th now. Also, you need create mobile menu with more simple structure.

    Regards,
    Rose Tyler.

    Avatar: etheo
    etheo
    Participant
    May 12, 2017 at 08:14

    Everything is perfect, thank you very much !!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 12, 2017 at 10:20

    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.

  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.