Skip to content

Commit

Permalink
refactor: hide WP notices in Custom Layout upsell page
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Jan 28, 2025
1 parent 0b06861 commit 58f9dec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/admin/hooks_upsells.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ public function render_custom_layouts_upsell_modal() {
padding: 20px 0px;
}
}

.wp-core-ui .notice {
display: none;
}
</style>

<div class="cl-overlay">
Expand Down

0 comments on commit 58f9dec

Please sign in to comment.