{"id":1256,"date":"2021-04-06T21:45:12","date_gmt":"2021-04-06T12:45:12","guid":{"rendered":"http:\/\/meeny.com\/?p=1256"},"modified":"2021-04-26T19:04:49","modified_gmt":"2021-04-26T10:04:49","slug":"how-to-change-autocomplete-autofill-bg-color","status":"publish","type":"post","link":"https:\/\/meeny.com\/?p=1256","title":{"rendered":"How to change autocomplete autofill bg-color"},"content":{"rendered":"\n<p>how to change autocomplete autofill bg-color, color for common form fields<br>-webkit-autofill<br>-webkit-text-fill-color<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"How to change autocomplete autofill bg-color, color for common form fields\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/6faZ8IpFYps?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>0:44 &#8211; Bootstrap5 download with nodeJS(NPM).<br>1:40 &#8211; How to change Bootstrap main primary theme color.<br>2:52 &#8211; How to change Bootstrap base-font.<br>5:11 &#8211; how to change autocomplete autofill bg-color.<br>6:16 &#8211; how to change autocomplete autofill font.<br>6:40 &#8211; Placeholder text color change<br>7:05 &#8211; Input focus border width and color change.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">HTML<\/h2>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;en&quot;&gt;\n&lt;head&gt;\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\n    &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n    &lt;title&gt;Document&lt;\/title&gt;\n    &lt;link rel=&quot;stylesheet&quot; href=&quot;main.css&quot;&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;nav class=&quot;navbar navbar-expand-lg navbar-light bg-light&quot;&gt;\n        &lt;div class=&quot;container-fluid&quot;&gt;\n          &lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;Navbar&lt;\/a&gt;\n          &lt;button class=&quot;navbar-toggler&quot; type=&quot;button&quot; data-bs-toggle=&quot;collapse&quot; data-bs-target=&quot;#navbarNavDropdown&quot; aria-controls=&quot;navbarNavDropdown&quot; aria-expanded=&quot;false&quot; aria-label=&quot;Toggle navigation&quot;&gt;\n            &lt;span class=&quot;navbar-toggler-icon&quot;&gt;&lt;\/span&gt;\n          &lt;\/button&gt;\n          &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;navbarNavDropdown&quot;&gt;\n            &lt;ul class=&quot;navbar-nav&quot;&gt;\n              &lt;li class=&quot;nav-item&quot;&gt;\n                &lt;a class=&quot;nav-link active&quot; aria-current=&quot;page&quot; href=&quot;#&quot;&gt;Home&lt;\/a&gt;\n              &lt;\/li&gt;\n              &lt;li class=&quot;nav-item&quot;&gt;\n                &lt;a class=&quot;nav-link&quot; href=&quot;#&quot;&gt;Features&lt;\/a&gt;\n              &lt;\/li&gt;\n              &lt;li class=&quot;nav-item&quot;&gt;\n                &lt;a class=&quot;nav-link&quot; href=&quot;#&quot;&gt;Pricing&lt;\/a&gt;\n              &lt;\/li&gt;\n              &lt;li class=&quot;nav-item dropdown&quot;&gt;\n                &lt;a class=&quot;nav-link dropdown-toggle&quot; href=&quot;#&quot; id=&quot;navbarDropdownMenuLink&quot; role=&quot;button&quot; data-bs-toggle=&quot;dropdown&quot; aria-expanded=&quot;false&quot;&gt;\n                  Dropdown link\n                &lt;\/a&gt;\n                &lt;ul class=&quot;dropdown-menu&quot; aria-labelledby=&quot;navbarDropdownMenuLink&quot;&gt;\n                  &lt;li&gt;&lt;a class=&quot;dropdown-item&quot; href=&quot;#&quot;&gt;Action&lt;\/a&gt;&lt;\/li&gt;\n                  &lt;li&gt;&lt;a class=&quot;dropdown-item&quot; href=&quot;#&quot;&gt;Another action&lt;\/a&gt;&lt;\/li&gt;\n                  &lt;li&gt;&lt;a class=&quot;dropdown-item&quot; href=&quot;#&quot;&gt;Something else here&lt;\/a&gt;&lt;\/li&gt;\n                &lt;\/ul&gt;\n              &lt;\/li&gt;\n            &lt;\/ul&gt;\n          &lt;\/div&gt;\n        &lt;\/div&gt;\n      &lt;\/nav&gt;\n\n  &lt;div class=&quot;container&quot;&gt;    \n      &lt;div class=&quot;mb-3&quot;&gt;\n        &lt;label for=&quot;exampleFormControlInput1&quot; class=&quot;form-label&quot;&gt;Email address&lt;\/label&gt;\n        &lt;input type=&quot;email&quot; class=&quot;form-control&quot; id=&quot;exampleFormControlInput1&quot; placeholder=&quot;name@example.com&quot;&gt;\n      &lt;\/div&gt;\n      &lt;div class=&quot;mb-3&quot;&gt;\n        &lt;label for=&quot;exampleFormControlTextarea1&quot; class=&quot;form-label&quot;&gt;Example textarea&lt;\/label&gt;\n        &lt;textarea class=&quot;form-control&quot; id=&quot;exampleFormControlTextarea1&quot; rows=&quot;3&quot;&gt;&lt;\/textarea&gt;\n      &lt;\/div&gt;\n      \n      &lt;div class=&quot;row row-cols-2&quot;&gt;\n        &lt;div class=&quot;col&quot;&gt;\n          &lt;input type=&quot;text&quot; class=&quot;form-control me-2&quot; name=&quot;q&quot; value=&quot;&quot; id=&quot;sch_str&quot; required=&quot;&quot; placeholder=&quot;Input keyword&quot;&gt;\n        &lt;\/div&gt;\n\n          &lt;div class=&quot;col&quot;&gt;\n              &lt;form class=&quot;wsearch d-flex&quot;&gt;\n                  &lt;input type=&quot;text&quot; class=&quot;form-control me-2&quot; name=&quot;q&quot; value=&quot;&quot; id=&quot;sch_str&quot; required=&quot;&quot; placeholder=&quot;Input keyword&quot;&gt;\n                  &lt;button type=&quot;submit&quot; id=&quot;sch_submit&quot; value=&quot;\uac80\uc0c9&quot; class=&quot;text-white d-flex justify-content-end wsicon border-0&quot; style=&quot;background-color:transparent;&quot;&gt;\n                      &lt;svg xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot; width=&quot;30&quot; height=&quot;30&quot; fill=&quot;currentColor&quot; class=&quot;bi bi-search pt-1&quot; viewBox=&quot;0 0 16 16&quot;&gt;\n                          &lt;path d=&quot;M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z&quot;\/&gt;\n                        &lt;\/svg&gt;    \n                  &lt;\/button&gt;\n              &lt;\/form&gt;\n          &lt;\/div&gt;\n      &lt;\/div&gt;\n\n  &lt;\/div&gt;\n\n\n\n    &lt;script src=&quot;https:\/\/cdn.jsdelivr.net\/npm\/@popperjs\/core@2.6.0\/dist\/umd\/popper.min.js&quot; integrity=&quot;sha384-KsvD1yqQ1\/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR\/Nwi&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;\/script&gt;\n    &lt;script src=&quot;https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.0.0-beta2\/dist\/js\/bootstrap.min.js&quot; integrity=&quot;sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;\/script&gt;    \n&lt;\/body&gt;\n&lt;\/html&gt;<\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">SCSS<\/h2>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');\n\n$font-family-base: 'Montserrat',\nsans-serif;\n\n\n\n$primary: #ff9900;\n$secondary: #c00000;\n$success: #005cd4;\n\/\/ $info:          $cyan;\n\/\/ $warning:       $yellow;\n\/\/ $danger:        $red;\n\/\/ $light:         $gray-100;\n\/\/ $dark:          $gray-900;\n\n\n\n\n\n\n$btn-focus-width:             0;\n\/\/ $btn-focus-box-shadow:        $input-btn-focus-box-shadow !default;\n\n\n\n@import &quot;.\/node_modules\/bootstrap\/scss\/bootstrap&quot;;\n\na {\n    outline: none;\n}\n\n.navbar-toggler{\n    outline: none;\n}\n\n.wsearch {\n    background-color: $primary;\n    margin-left: 10px;\n    border-radius: 50px;\n    padding: 2px 10px;\n\n    input {\n        background-color: transparent;\n        border: none;\n        color: $white !important;\n\n        &amp;:focus {\n            background-color: transparent;\n            color: $white;\n            box-shadow: none;\n        }\n    }\n    input:-webkit-autofill,\n    input:-webkit-autofill:focus,\n    input:-webkit-autofill:hover {\n        border: none;\n        -webkit-text-fill-color: $white;\n        -webkit-box-shadow: 0 0 0 1000px $primary inset;\n        transition: background-color 5000s ease-in-out 0s;\n    }\n\n    input:-webkit-autofill::first-line\n    {\n        font-family: $font-family-base;\n        font-size: 1rem;\n    }\n\n    .form-control::placeholder {\n        color: $white;\n        opacity: 1;\n    }\n}\n\n\n\n\n\n\n\n<\/pre><\/div>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-meeny\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"MabtxPOwRC\"><a href=\"https:\/\/meeny.com\/2021\/01\/21\/bootstrap5-theming\/\">Bootstrap5 theming<\/a><\/blockquote><iframe title=\"&#8220;Bootstrap5 theming&#8221; &#8212; Meeny\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https:\/\/meeny.com\/2021\/01\/21\/bootstrap5-theming\/embed\/#?secret=MabtxPOwRC\" data-secret=\"MabtxPOwRC\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>how to change autocomplete autofill bg-color<\/p>\n","protected":false},"author":1,"featured_media":1257,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[62],"tags":[773,415,410,411,444,443,442,455,769,768,765,597,396,762,771,770,397,395,394,398,422,763,767,772,438,766,439,441],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to change autocomplete autofill bg-color - Meeny<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/meeny.com\/?p=1256\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to change autocomplete autofill bg-color - Meeny\" \/>\n<meta property=\"og:description\" content=\"how to change autocomplete autofill bg-color\" \/>\n<meta property=\"og:url\" content=\"https:\/\/meeny.com\/?p=1256\" \/>\n<meta property=\"og:site_name\" content=\"Meeny\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-06T12:45:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-26T10:04:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Meeny\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Meeny\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/meeny.com\/?p=1256#article\",\"isPartOf\":{\"@id\":\"https:\/\/meeny.com\/?p=1256\"},\"author\":{\"name\":\"Meeny\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9\"},\"headline\":\"How to change autocomplete autofill bg-color\",\"datePublished\":\"2021-04-06T12:45:12+00:00\",\"dateModified\":\"2021-04-26T10:04:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/meeny.com\/?p=1256\"},\"wordCount\":77,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization\"},\"image\":{\"@id\":\"https:\/\/meeny.com\/?p=1256#primaryimage\"},\"thumbnailUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg\",\"keywords\":[\"autocomplete autofill\",\"bootstrap\",\"bootstrap css\",\"bootstrap html\",\"bootstrap theme fonts\",\"Bootstrap4 primary color change\",\"Bootstrap4 theming\",\"bootstrap5\",\"Bootstrap5 change primary color font\",\"Bootstrap5 theming\",\"button hover effect\",\"card hover effect\",\"css\",\"Css Custom Properties\",\"GSAP\",\"horizontal scroll\",\"html\",\"html code\",\"html css\",\"javascript\",\"responsive design\",\"Responsive Font Size\",\"scroll progress indicator\",\"Scrolltrigger\",\"sticky-top\",\"svg animation\",\"template\",\"theming\"],\"articleSection\":[\"HTML &amp; CSS\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/meeny.com\/?p=1256#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/meeny.com\/?p=1256\",\"url\":\"https:\/\/meeny.com\/?p=1256\",\"name\":\"How to change autocomplete autofill bg-color - Meeny\",\"isPartOf\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/meeny.com\/?p=1256#primaryimage\"},\"image\":{\"@id\":\"https:\/\/meeny.com\/?p=1256#primaryimage\"},\"thumbnailUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg\",\"datePublished\":\"2021-04-06T12:45:12+00:00\",\"dateModified\":\"2021-04-26T10:04:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/meeny.com\/?p=1256#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/meeny.com\/?p=1256\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/meeny.com\/?p=1256#primaryimage\",\"url\":\"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg\",\"contentUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/meeny.com\/?p=1256#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/meeny.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to change autocomplete autofill bg-color\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website\",\"url\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/\",\"name\":\"Meeny\",\"description\":\"Issues &amp; News\",\"publisher\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization\",\"name\":\"Meeny\",\"url\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png\",\"contentUrl\":\"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png\",\"width\":180,\"height\":41,\"caption\":\"Meeny\"},\"image\":{\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9\",\"name\":\"Meeny\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g\",\"caption\":\"Meeny\"},\"sameAs\":[\"http:\/\/blog.epart.kr\"],\"url\":\"https:\/\/meeny.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to change autocomplete autofill bg-color - Meeny","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/meeny.com\/?p=1256","og_locale":"ko_KR","og_type":"article","og_title":"How to change autocomplete autofill bg-color - Meeny","og_description":"how to change autocomplete autofill bg-color","og_url":"https:\/\/meeny.com\/?p=1256","og_site_name":"Meeny","article_published_time":"2021-04-06T12:45:12+00:00","article_modified_time":"2021-04-26T10:04:49+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg","type":"image\/jpeg"}],"author":"Meeny","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Meeny","Est. reading time":"5\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/meeny.com\/?p=1256#article","isPartOf":{"@id":"https:\/\/meeny.com\/?p=1256"},"author":{"name":"Meeny","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9"},"headline":"How to change autocomplete autofill bg-color","datePublished":"2021-04-06T12:45:12+00:00","dateModified":"2021-04-26T10:04:49+00:00","mainEntityOfPage":{"@id":"https:\/\/meeny.com\/?p=1256"},"wordCount":77,"commentCount":0,"publisher":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization"},"image":{"@id":"https:\/\/meeny.com\/?p=1256#primaryimage"},"thumbnailUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg","keywords":["autocomplete autofill","bootstrap","bootstrap css","bootstrap html","bootstrap theme fonts","Bootstrap4 primary color change","Bootstrap4 theming","bootstrap5","Bootstrap5 change primary color font","Bootstrap5 theming","button hover effect","card hover effect","css","Css Custom Properties","GSAP","horizontal scroll","html","html code","html css","javascript","responsive design","Responsive Font Size","scroll progress indicator","Scrolltrigger","sticky-top","svg animation","template","theming"],"articleSection":["HTML &amp; CSS"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/meeny.com\/?p=1256#respond"]}]},{"@type":"WebPage","@id":"https:\/\/meeny.com\/?p=1256","url":"https:\/\/meeny.com\/?p=1256","name":"How to change autocomplete autofill bg-color - Meeny","isPartOf":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website"},"primaryImageOfPage":{"@id":"https:\/\/meeny.com\/?p=1256#primaryimage"},"image":{"@id":"https:\/\/meeny.com\/?p=1256#primaryimage"},"thumbnailUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg","datePublished":"2021-04-06T12:45:12+00:00","dateModified":"2021-04-26T10:04:49+00:00","breadcrumb":{"@id":"https:\/\/meeny.com\/?p=1256#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/meeny.com\/?p=1256"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/meeny.com\/?p=1256#primaryimage","url":"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg","contentUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2021\/04\/016tip.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/meeny.com\/?p=1256#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/meeny.com\/"},{"@type":"ListItem","position":2,"name":"How to change autocomplete autofill bg-color"}]},{"@type":"WebSite","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#website","url":"https:\/\/meeny.com\/?tag=ios-13-4-5\/","name":"Meeny","description":"Issues &amp; News","publisher":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/meeny.com\/?tag=ios-13-4-5\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#organization","name":"Meeny","url":"https:\/\/meeny.com\/?tag=ios-13-4-5\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/","url":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png","contentUrl":"https:\/\/meeny.com\/wp-content\/uploads\/2020\/05\/LOGO_meeny_180.png","width":180,"height":41,"caption":"Meeny"},"image":{"@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/4b6b745d39f90b39161c79fe08a6feb9","name":"Meeny","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/meeny.com\/?tag=ios-13-4-5\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c64cfa5c72bf22b037e8dce05c95e373?s=96&d=mm&r=g","caption":"Meeny"},"sameAs":["http:\/\/blog.epart.kr"],"url":"https:\/\/meeny.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts\/1256"}],"collection":[{"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1256"}],"version-history":[{"count":3,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts\/1256\/revisions"}],"predecessor-version":[{"id":1261,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/posts\/1256\/revisions\/1261"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=\/wp\/v2\/media\/1257"}],"wp:attachment":[{"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meeny.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}