New Landing How can we help? Themeforest Theme Support Uplift Product Title Display: Show title in Standard display

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #293841
    aphex73
    Member
    Post count: 45

    I want to use the ‘Standard’ Page Display Type, but have the title of the product displayed in the same way as ‘Fullscreen Split’: to the right of the product image, above the price.

    How can I achieve this?

    I do not want to display the title along the top of the page, as a page title.

    Many thanks,

    #293981
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Guess the idea is to look like this.
    https://www.dropbox.com/s/bqi0fjzom27ztfh/Screenshot%202016-09-30%2017.11.23.png?dl=0

    If so, add the code below to your custom css option.

    .woocommerce div.product .product_title, .woocommerce .woocommerce-breadcrumb {
        display: none;
    }
    .single-product .fw-summary-extras{
       display: block;
    }

    Let me know if that’s what you need.

    -Rui

    #293983
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .page-heading-standard .fw-summary-extras {
        display: block;
    }
    .single-product.page-heading-standard .page-heading {
        display: none;
    }
    #293996
    aphex73
    Member
    Post count: 45
    This reply has been marked as private.
    #293997
    aphex73
    Member
    Post count: 45
    This reply has been marked as private.
    #293999
    David Martin – Support
    Moderator
    Post count: 20834

    I removed this and clear your cache so it’s now working.

    .woocommerce div.product .product_title, .woocommerce .woocommerce-breadcrumb {
        display: none;
    }
    .single-product .fw-summary-extras{
       display: block;
    }
    .page-heading-standard .fw-summary-extras {
        display: block;
    }
    .single-product.page-heading-standard .page-heading {
        display: none;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register