{"id":47295,"date":"2019-11-06T15:17:10","date_gmt":"2019-11-06T09:47:10","guid":{"rendered":"https:\/\/git-staging.wpastra.com\/?post_type=docs&#038;p=47295"},"modified":"2024-03-16T16:28:04","modified_gmt":"2024-03-16T10:58:04","slug":"change-search-string","status":"publish","type":"docs","link":"https:\/\/git-staging.wpastra.com\/es\/docs\/change-search-string\/","title":{"rendered":"C\u00f3mo cambiar la cadena \"Resultados de b\u00fasqueda para"},"content":{"rendered":"<p>Si utiliza <a href=\"https:\/\/git-staging.wpastra.com\/es\/docs\/search-box-shortcode-in-astra\/\">Opci\u00f3n de b\u00fasqueda de Astra<\/a> en un sitio web y desea cambiar la cadena predeterminada \"Resultados de b\u00fasqueda para\", \u00a1est\u00e1 de suerte! Este art\u00edculo le guiar\u00e1 a trav\u00e9s del proceso.<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/git-staging.wpastra.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-27.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-large&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-175347&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:2940,&quot;targetHeight&quot;:1598,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Ampliar la imagen: Search Results For... Example&quot;,&quot;alt&quot;:&quot;Search Results For... Example&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"557\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-27-1024x557.png\" alt=\"Search Results For... Example\" class=\"wp-image-175347\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-27-1024x557.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-27-300x163.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-27-768x417.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-27-1536x835.png 1536w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-27-2048x1113.png 2048w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-27-18x10.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Ampliar la imagen: Search Results For... Example\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>Para modificar la cadena anterior, a\u00f1ada el siguiente c\u00f3digo a su <a href=\"https:\/\/git-staging.wpastra.com\/es\/docs\/install-astra-child-theme\/\">del tema hijo<\/a> <em>funciones.php<\/em> archivo. <\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>add_filter( 'astra_the_search_page_title', 'my_function', 10 ); \n\nfunction my_function() {\n    return sprintf( __( 'Add Custom Text Here: %s', 'astra' ), '&lt;span>' . get_search_query() . '&lt;\/span>' );\n}\n\n<\/code><\/pre>\n\n\n\n<p>He aqu\u00ed c\u00f3mo puedes hacerlo:<\/p>\n\n\n\n<p>Vaya a <strong>Apariencia<\/strong> > <strong>Editor de archivos tem\u00e1ticos<\/strong>y acceder a la <em>funciones.php<\/em><strong> <\/strong>archivo.<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/git-staging.wpastra.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-28.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-large&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-175348&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:2940,&quot;targetHeight&quot;:1602,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Ampliar la imagen: functions.php file&quot;,&quot;alt&quot;:&quot;functions.php file&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img decoding=\"async\" width=\"1024\" height=\"558\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-28-1024x558.png\" alt=\"functions.php file\" class=\"wp-image-175348\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-28-1024x558.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-28-300x163.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-28-768x418.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-28-1536x837.png 1536w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-28-2048x1116.png 2048w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-28-18x10.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Ampliar la imagen: functions.php file\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>Pegue aqu\u00ed el c\u00f3digo anterior y haga clic en el bot\u00f3n <strong>Actualizar archivo <\/strong>bot\u00f3n.<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/git-staging.wpastra.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-29.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-large&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-175349&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:2940,&quot;targetHeight&quot;:1604,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Ampliar la imagen: Add the code and click on the Update File button&quot;,&quot;alt&quot;:&quot;Add the code and click on the Update File button&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img decoding=\"async\" width=\"1024\" height=\"559\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-29-1024x559.png\" alt=\"Add the code and click on the Update File button\" class=\"wp-image-175349\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-29-1024x559.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-29-300x164.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-29-768x419.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-29-1536x838.png 1536w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-29-2048x1117.png 2048w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-29-18x10.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Ampliar la imagen: Add the code and click on the Update File button\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>Compruebe estos cambios en su sitio web.<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/git-staging.wpastra.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/image-30.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-large&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-175350&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:2940,&quot;targetHeight&quot;:1590,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Ampliar la imagen: Modified Search Results String&quot;,&quot;alt&quot;:&quot;Modified Search Results String&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"554\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-30-1024x554.png\" alt=\"Modified Search Results String\" class=\"wp-image-175350\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-30-1024x554.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-30-300x162.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-30-768x415.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-30-1536x831.png 1536w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-30-2048x1108.png 2048w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2024\/03\/image-30-18x10.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Ampliar la imagen: Modified Search Results String\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewbox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>Ya est\u00e1. El texto dentro de \"return sprintf( __( 'Add Custom Text Here: %s', 'astra' )\" en el c\u00f3digo puede ser reemplazado de acuerdo a su texto preferido.<\/p>\n\n\n\n<p>Si tiene alg\u00fan problema con lo anterior, p\u00f3ngase en contacto con nuestro equipo de asistencia.<\/p>","protected":false},"excerpt":{"rendered":"<p>If you\u2019re using Astra\u2019s search option on a website and want to change the default string \u201cSearch Results For,\u201d you\u2019re in luck! This article will guide you through the process. To modify the above string, add the following code to your child theme\u2019s functions.php file. Here\u2019s how you can do it: Navigate to Appearance &gt; [\u2026]<\/p>","protected":false},"author":20,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"docs_category":[2110],"docs_tag":[],"class_list":{"0":"post-47295","1":"docs","2":"type-docs","3":"status-publish","5":"docs_category-astra-header-footer-filters"},"spectra_custom_meta":{"_edit_lock":["1710586806:109"],"_edit_last":["109"],"onesignal_meta_box_present":["1"],"onesignal_send_notification":[""],"tap_disable_autolinker":["no"],"tap_autolink_inside_heading":["global"],"tap_autolink_random_placement":["global"],"tap_post_autolinker_limit":["0"],"site-sidebar-layout":["default"],"site-content-layout":["default"],"theme-transparent-header-meta":["default"],"_yoast_wpseo_content_score":["90"],"_ppc_meta_key":["a:8:{s:20:\"ppc_key5d92f85d42273\";s:60:\"Images &amp; Names Correctly. Title &amp; Alt Tags are Given\";s:8:\"ppc_key4\";s:15:\"Formatting Done\";s:8:\"ppc_key2\";s:23:\"Featured Image Assigned\";s:8:\"ppc_key3\";s:17:\"Category Selected\";s:8:\"ppc_key5\";s:15:\"Title is Catchy\";s:8:\"ppc_key6\";s:22:\"Social Images Assigned\";s:8:\"ppc_key7\";s:8:\"Done SEO\";s:8:\"ppc_key8\";s:28:\"Spelling and Grammar Checked\";}"],"_elementor_controls_usage":["a:0:{}"],"_wp_old_slug":["change-the-string-search-results-for"],"_ht_kb_post_views_count":["8"],"_ht_kb_usefulness":["0"],"_ht_article_order_103":["47295"],"wp_last_modified_info":["September 8, 2021 @ 8:53 PM"],"wplmi_shortcode":["[lmt-post-modified-info]"],"views":["5140"],"helpful":["9"],"unhelpful":["13"],"redirects":["15"],"_lmt_disableupdate":["no"],"_wplmi_last_modified":["2021-09-08 20:53:43"],"rank_math_news_sitemap_robots":["index"],"rank_math_robots":["a:1:{i:0;s:5:\"index\";}"],"rank_math_analytic_object_id":["778"],"rank_math_internal_links_processed":["1"],"rank_math_og_content_image":["a:2:{s:5:\"check\";s:32:\"6336542a109d4b540cc5c17eed9403a4\";s:6:\"images\";a:1:{i:0;i:175347;}}"],"_wpml_media_duplicate":["1"],"_trp_automatically_translated_slug_es_ES":["cambiar-la-cadena-de-busqueda"],"rank_math_primary_docs_category":["2110"],"rank_math_seo_score":["20"],"_uag_custom_page_level_css":[""],"ast-site-content-layout":["default"],"adv-header-id-meta":[""],"stick-header-meta":[""],"astra-migrate-meta-layouts":["set"],"pfd_related_docs":[""],"_uag_page_assets":["a:9:{s:3:\"css\";s:2495:\".wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 0px;}.wp-block-uagb-container.uagb-block-debf2792{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;overflow: visible;border-color: inherit;row-gap: 0px;column-gap: 0px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:5:{i:0;s:14:\"core\/paragraph\";i:1;s:10:\"core\/image\";i:2;s:9:\"core\/code\";i:3;s:14:\"uagb\/container\";i:4;s:14:\"core\/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1778763474\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Anjali","author_link":"https:\/\/git-staging.wpastra.com\/es\/author\/anjalic\/"},"uagb_comment_info":0,"uagb_excerpt":"If you&#8217;re using Astra&#8217;s search option on a website and want to change the default string &#8220;Search Results For,&#8221; you&#8217;re in luck! This article will guide you through the process. To modify the above string, add the following code to your child theme&#8217;s functions.php file. Here&#8217;s how you can do it: Navigate to Appearance >&hellip;","_links":{"self":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/47295"}],"collection":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/comments?post=47295"}],"version-history":[{"count":2,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/47295\/revisions"}],"predecessor-version":[{"id":175353,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/47295\/revisions\/175353"}],"wp:attachment":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/media?parent=47295"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_category?post=47295"},{"taxonomy":"docs_tag","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_tag?post=47295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}