Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.    var ss360Config = {
  3. siteId: "www.ghy.com",
  4.     suggestions: {
  5.         show: false
  6.     },
  7.     style: {
  8.         themeColor: "#006692",
  9.         searchBox: {
  10.             text: {
  11.                 color: "#006692",
  12.                 size: "14px"
  13.             },
  14.             background: {
  15.                 color: "#FFFFFF"
  16.             },
  17.             border: {
  18.                 color: "#32BDB9",
  19.                 radius: "7px"
  20.             },
  21.             padding: "8px",
  22.             button: {
  23.                 text: " ",
  24.                 icon: "magnifier",
  25.                 color: "#32BDB9"
  26.             }
  27.         }
  28.     },
  29.     searchBox: {
  30.         selector: "#searchBox",
  31.         searchButton: "#ss360SearchButton"
  32.     },
  33.     tracking: {
  34.         providers: [
  35.             "GA",
  36.             "GTM"
  37.         ]
  38.     },
  39.     layout: {
  40.         navigation: {
  41.             type: "tabs"
  42.         }
  43.     },
  44.     voiceSearch: {
  45.         enabled: true
  46.     },
  47.     results: {
  48.         moreResultsButton: null
  49.     }
  50. };
  51. </script>
  52. <script type="module" src="https://cdn.sitesearch360.com/sitesearch360-v12.mjs"></script>
  53. <script nomodule src="https://cdn.sitesearch360.com/sitesearch360-v12.min.js" async></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement