{"id":213,"date":"2019-10-08T12:32:40","date_gmt":"2019-10-08T12:32:40","guid":{"rendered":"https:\/\/docs.theironnetwork.org\/embryo\/?page_id=213"},"modified":"2019-11-20T03:24:38","modified_gmt":"2019-11-20T03:24:38","slug":"style-customization-3","status":"publish","type":"page","link":"https:\/\/docs.theironnetwork.org\/embryo\/style-customization-3\/","title":{"rendered":"Style Customization"},"content":{"rendered":"\n<p><strong>Design style customization<\/strong>\u200c<\/p>\n\n\n\n<p>Embryo is made in material design and designed with scss so its easy to customize the color and other style related points.\u200c<\/p>\n\n\n\n<h5 id=\"theme-customization-by-changing-primary-vars-as-per-google-color-palette\">Theme Customization <\/h5>\n\n\n\n<p><strong> By Changing  Primary Accent colors in Constant file<\/strong><\/p>\n\n\n\n<p>Open <code>src &gt; constants &gt; AppConfig.js<\/code> file\u200c<\/p>\n\n\n\n<p> If you wish to change the primary colors then you can do the following:\u200c<\/p>\n\n\n\n<p> Go to <code>AppConfig.js\u200b<\/code><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/\/ Define the theme color <br> color: {<br>    primary: '#283593',                                           <br>    accent : '#ff5722',<br> }<\/pre>\n\n\n\n<p><strong>By Changing Custom variables<\/strong><\/p>\n\n\n\n<p>Open <code>_variables.scss<\/code> file under <code>src > assets > scss<\/code> folder and change style variable values as per your requirement.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/\/theme color<br>$primary:#283593;<br>$accent: #FF5722; <br>$carbon: #000;            <br>$base:#FFF;                 <br><br>\/\/font color<br>$font-color:#3A405B;      <br> <br>\/\/body background<br>$body-bg:#f3f3f3;<br> <br>\/\/font family <br>$font-family-base:'Roboto', sans-serif;<br> <br>\/\/ Setting for the Typograpgy elements.<br>$html-font-size: 16px;<br>$base-font-family: 'Roboto', sans-serif;<br>$font-size-base: 0.875rem !default;<br>$font-weight-base: 400 !default;<br>$font-weight-medium: 500 !default;<br>$font-weight-bold: 600 !default;<br> <br>$font-weight-light: 300;<br>$font-weight-regular: 400;<br>$font-weight-medium:500;<br>$font-weight-bold:700;<br> <br>\/\/ Setting For Heading Element<br>$h1-font-size: 3.25rem !default;\/\/52px<br>$h2-font-size: 2.813rem !default;\/\/45px<br>$h3-font-size: 2.125rem !default;\/\/34px<br>$h4-font-size: 1.5rem !default;\/\/24px<br>$h5-font-size: 1.25rem !default;\/\/20px<br>$h6-font-size: 1rem !default;\/\/16px<br> <br>$headings-margin-bottom: (1rem \/ 2) !default;<br>$headings-font-family:inherit !default;<br>$headings-font-weight:500 !default;<br>$headings-line-height:1.1 !default;<br>$headings-color:inherit !default;<br> <br>\/\/Font Color <br>$h1-font-color:rgba(0,0,0,0.87);<br>$h2-font-color:rgba(0,0,0,0.87);<br>$h3-font-color:rgba(0,0,0,0.87);<br>$h4-font-color:rgba(0,0,0,0.87);<br>$h5-font-color:rgba(0,0,0,0.87);<br>$h6-font-color:rgba(0,0,0,0.87);<br> <br>\/\/box-shadow <br>$box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);<br> <br>\/\/Page Title<br>$page-title-bg-image:url(\"\/static\/images\/page-title-bar.jpg\");<br>$page-title-padding:7rem 0;<br>$page-title-align:center;<br>$page-title-color:$base;<br> <br>\/\/Sub-menu<br>$sub-menu-bg:$base;<br>$sub-menu-color:$font-color;<br> <br>\/\/Responsive Sidebar<br>$responsive-menu-color:$base;<br>$responsive-sidebar-bg:url(\"\/static\/images\/bg-sidebar.jpg\");<br> <br>\/\/Pre Loader<br>$loader-bg:$base;<br>$loader-color:$primary;<br> <br>\/\/Footer<br>$footer-bg:$carbon;<br>$footer-color:$base;<br> <br>\/\/rating<br>$rating-selected-color:#EDB867;<br>$rating-unselected-color:#d2d2d2;<\/pre>\n<div class=\"pld-like-dislike-wrap pld-template-1\">\n    <div class=\"pld-like-wrap  pld-common-wrap\">\n    <a href=\"javascript:void(0);\" class=\"pld-like-trigger pld-like-dislike-trigger \" title=\"\" data-post-id=\"213\" data-trigger-type=\"like\" data-restriction=\"cookie\" data-ip-check=\"0\" data-user-check=\"1\">\n                        <i class=\"fas fa-thumbs-up\"><\/i>\n                    <\/a>\n    <span class=\"pld-like-count-wrap pld-count-wrap\">2    <\/span>\n<\/div><div class=\"pld-dislike-wrap  pld-common-wrap\">\n    <a href=\"javascript:void(0);\" class=\"pld-dislike-trigger pld-like-dislike-trigger \" title=\"\" data-post-id=\"213\" data-trigger-type=\"dislike\" data-ip-check=\"0\" data-restriction=\"cookie\" data-user-check=\"1\">\n                        <i class=\"fas fa-thumbs-down\"><\/i>\n                    <\/a>\n    <span class=\"pld-dislike-count-wrap pld-count-wrap\">1<\/span>\n<\/div><\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Design style customization\u200c Embryo is made in material design and designed with scss so its easy to customize the color and other style related points.\u200c Theme Customization By Changing Primary Accent colors in Constant file Open src &gt; constants &gt; AppConfig.js file\u200c If you wish to change the primary colors then you can do the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":24,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/docs.theironnetwork.org\/embryo\/wp-json\/wp\/v2\/pages\/213"}],"collection":[{"href":"https:\/\/docs.theironnetwork.org\/embryo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.theironnetwork.org\/embryo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/embryo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/embryo\/wp-json\/wp\/v2\/comments?post=213"}],"version-history":[{"count":8,"href":"https:\/\/docs.theironnetwork.org\/embryo\/wp-json\/wp\/v2\/pages\/213\/revisions"}],"predecessor-version":[{"id":247,"href":"https:\/\/docs.theironnetwork.org\/embryo\/wp-json\/wp\/v2\/pages\/213\/revisions\/247"}],"wp:attachment":[{"href":"https:\/\/docs.theironnetwork.org\/embryo\/wp-json\/wp\/v2\/media?parent=213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}