diff --git a/includes/admin-script.js b/includes/admin-script.js
index 5ea837ddb..5f0cf3e1a 100644
--- a/includes/admin-script.js
+++ b/includes/admin-script.js
@@ -998,7 +998,7 @@ jQuery(document).ready(function($){
});
// AMP FrontPage notice in Reading Settings #2348
if ( 'false' == redux_data.frontpage){
- $('#page_on_front').parent('label').append('
We have detected that you have not setup the FrontPage for AMP, Click here to setup');
+ $('#page_on_front').parent('label').append('
We have detected that you have not setup the FrontPage for AMP, Click here to setup');
}
$('#front-static-pages input[type=radio][name=show_on_front]').on('change', function(e) {
if ( this.value == 'page') {
diff --git a/includes/admin-style.css b/includes/admin-style.css
index 9b83d5017..8a5709122 100644
--- a/includes/admin-style.css
+++ b/includes/admin-style.css
@@ -1951,10 +1951,11 @@ div#section-ampforwp-ux-section::after,div#section-ampforwp-ux-section-right::af
.afp{
- background: #FFF59D;
+ background: #f7fcfe;
padding: 8px 14px;
margin-top: 7px;
display: inline-block;
+ border-left: 5px solid #00a0d2;
}
#redux-import-file-type{