New Landing How can we help? Themeforest Theme Support Neighborhood I have three questions….

Viewing 15 posts - 1 through 15 (of 23 total)
  • #97552
    lloydxmas
    Member
    Post count: 54

    1) How can I remove the default sorting drop-down from the shop page?

    2) How can I remove the bottom shadow from the product images on the shop page?

    3) I removed the prices from the single product shop page and i would like to move the description section up to the same height as the product image.How can I do that?

    Attachments:
    You must be logged in to view attached files.
    #97616
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding your questions.

    1- Add the code bellow to your custom css.

    
    .woocommerce-ordering{
    display:none!important;
    }
    

    2- Add the code bellow to your custom css.

    
    .woocommerce ul.products li.product figure{
     box-shadow: none!important; 
    -webkit-box-shadow: none!important;
    }
    

    3- Can you provide us your website url? so we can see exactly what can be done?

    -Rui

    #97698
    lloydxmas
    Member
    Post count: 54
    #97699
    lloydxmas
    Member
    Post count: 54

    The last link was the link to the single product page, here is the link to the home page.http://6a7.189.myftpupload.com/home-page/

    we are using a temporary url at the moment.

    #97857
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use these custom css codes-:

    .summary-top,.product-short{display:none !important}
    .woocommerce-ordering{display:none!important;}
    .woocommerce ul.products li.product figure{
     box-shadow: none!important; 
    -webkit-box-shadow: none!important;
    }

    Hopefully that should work and let me know your feedback.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #98068
    lloydxmas
    Member
    Post count: 54

    Where exactly do i add the custom code? Bottom of woocommerce, Shop page, or single product?

    #98099
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, custom css would always go to the custom css theme option ๐Ÿ™‚
    Let me know if you find it!

    #98137
    lloydxmas
    Member
    Post count: 54

    That worked, Thank you! I will let you know if I have any further questions.

    #98138
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that your issue resolved. Thanks Melanie and Rui.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #98441
    lloydxmas
    Member
    Post count: 54

    How can I rename the title -Related Products-, on the single product page, to Related Art?

    Attachments:
    You must be logged in to view attached files.
    #98449
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert this code at functions.php of child theme at end of file.

    add_filter('gettext', 'sf_text_filter', 20, 3);
    function sf_text_filter( $translated_text, $untranslated_text, $domain ) {
    switch( $untranslated_text ) {
    
            case 'Related Products':
              $translated_text = __( 'Related Art','woocommerce' );
            break;
         }
     
       return $translated_text;
    }

    Hope that should work and let me know your feedback.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #98461
    lloydxmas
    Member
    Post count: 54

    I do not see the option to edit functions.php in the child theme editor. Also, we have been using the parent theme the entire time.

    Attachments:
    You must be logged in to view attached files.
    #98467
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please upload attached functions.php after extract at child theme directory.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    Attachments:
    You must be logged in to view attached files.
    #98510
    lloydxmas
    Member
    Post count: 54

    Where exactly do i upload the file? I don’t know where the child theme directory is located.

    #98727
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can upload it at /wp-content/themes/neighborhood-child/ through FTP software. Make sure that you child theme activated.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

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