(2017-09-21, 01:11:41)Hypertexter Wrote: Hi tempUser,
....
Now I have another question:
I need to use different fonts on my site than the original theme. And I use webfonts hosted on my own site, not via Google.
.....
Hypertexter
Hello,
I upload a new version of theme.
Now you can insert custom CSS and custom JS (like analitics and co.)
How?
Custom css: the method is similar to what adds the contact-icons to the bottom of the site
- the method is similar to adding social icons to the bottom of the site as described on this page link here
- in this case the component to be added must be called "cbg-custom-css"
- Inside the component enter the css code directly (see example below)
- Once you insert the css, save the component. That's all!
Custom js: works exactly the same as the previous case
- the method is similar to adding social icons to the bottom of the site as described on this page link here
- in this case the component to be added must be called "cbg-custom-js"
- Inside the component enter the JS code also entering the <script> tag (see example below)
- Once you insert the js, save the component. That's all!
I hope I have explained it correctly