diff --git a/BTCPayServer/Views/Shared/LayoutHeadTheme.cshtml b/BTCPayServer/Views/Shared/LayoutHeadTheme.cshtml index 5914a188d..cfe0f20e4 100644 --- a/BTCPayServer/Views/Shared/LayoutHeadTheme.cshtml +++ b/BTCPayServer/Views/Shared/LayoutHeadTheme.cshtml @@ -4,7 +4,7 @@ @if (Theme.CustomTheme && Theme.CustomThemeCssUrl is not null) { // new customization uses theme file id provided by upload diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index 0bb1a92a1..d610a3344 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -28,8 +28,8 @@ } /* Iframe context */ -[data-within-iframe] #StoreLink, -[data-within-iframe] .store-footer { +[data-context="btcpayapp"] #Checkout #StoreLink, +[data-context="btcpayapp"] #Checkout .store-footer { display: none; }