Skip to content

Commit

Permalink
Pass theme editor footer and header styles to WooPay (#10077)
Browse files Browse the repository at this point in the history
  • Loading branch information
alefesouza authored Jan 16, 2025
1 parent f417f41 commit d473cac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog/fix-woopay-theme-editor-header-footer
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Pass theme editor footer and header styles to WooPay.
6 changes: 3 additions & 3 deletions client/checkout/upe-styles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ export const appearanceSelectors = {
buttonSelectors: [ '#place_order' ],
linkSelectors: [ 'a' ],
containerSelectors: [ '.woocommerce-checkout-review-order-table' ],
headerSelectors: [ '.site-header' ],
footerSelectors: [ '.site-footer' ],
footerLink: [ '.site-footer a' ],
headerSelectors: [ '.site-header', 'header > div' ],
footerSelectors: [ '.site-footer', 'footer > div' ],
footerLink: [ '.site-footer a', 'footer a' ],
},

/**
Expand Down

0 comments on commit d473cac

Please sign in to comment.