New Landing How can we help? Atelier Changing 'Related Products' and title in functions.php

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #238686
    afaraji
    Member
    Post count: 72

    Hi,

    I’m trying to change the text of the ‘related products’ header on the product pages.

    From viewing a previous support post, I tried adding this to my child-theme functions.php file, but nothing was effected.

    if (!function_exists(‘sf_custom_related_portfolio_heading’)) {
    function sf_custom_related_portfolio_heading() {
    echo ‘Your New Title’;
    }
    add_filter ( ‘sf_related_projects_heading’ , ‘sf_custom_related_portfolio_heading’ );
    }

    Would appreciate some help to change the ‘Related Products’ text to ‘You might also like…’.

    Thanks!

    #238760
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    No need for that, it’s in the theme options: http://d.pr/i/1bOt6/1Ka9qGTd

    – Kyle

    #238980
    afaraji
    Member
    Post count: 72

    Thanks!

    #238988
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Kyle.
    Mohammad

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