New Landing How can we help? Themeforest Theme Support Neighborhood Product Title above the price instead of the header bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • #24371
    abdesign
    Member
    Post count: 8

    Hello,

    Has anybody had any luck moving the Product Title (currently in the header area above the main image) to above the price on the right hand side of the image?

    Seems like it should be simple enough without involving a paid helper.

    Any thoughts?

    #24734
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hopefully somebody will let you know if they succeeded 🙂

    #28712
    Twitch
    Member
    Post count: 53

    I have done it by doing this:

    Copy this div from the Single-product.php on line 61 to line 73

    <div class=”heading-text”>
    <?php if ($page_title_one) { ?>
    <h1><?php echo $page_title_one; ?></h1>
    <?php } else { ?>
    <h1><?php the_title(); ?></h1>
    <?php } ?>
    </div>

    To align the Header above the price do this:

    .single.single-product .heading-text {
    Margin-left:820px;
    }

    #29087
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic!

Viewing 4 posts - 1 through 4 (of 4 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