Hide currency converter from homepage only

Hello,

I am using multi currency converter app but it has no feature to hide currency converter bar from Homepage, tried with custom codes, but it’s going to hide from all of the pages. I want to hide from only homepage because there is no need to convert pricing on homepage.

Store URL : https://techshoptwo.myshopify.com/

Thank you

@obaidbadsha - please add this css to the very end of your theme.scss file and check

.template-index .bacurr-cur-blocker {
    display: none !important;
    visibility: hidden;
}