Okay
  Public Ticket #2865535
Font in the Hermes theme
Closed

Comments

  • robija started the conversation

    hello,


    after the instalation I have a different font, I would like the same as in the original, how can I do that?
  •  869
    Neuron replied

    Hi robija,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  •   robija replied privately
  •   robija replied privately
  •  869
    Neuron replied

    Hi robija,

    1) I've just imported the missing font of the Hermes demo, so can you please take a look at it?

    2) To fix this scrolling issue, I've added the following code at Elementor Site Settings > Custom CSS.

    @media (max-width: 1279px) {
        selector .l-neuron-grid__item {
            position: relative !important;
            left: 0 !important;
            top: 0 !important;
        }
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  •   robija replied privately
  •   robija replied privately
  •   robija replied privately
  •   robija replied privately
  •   robija replied privately
  •  869
    Neuron replied

    Hi,

    I saw that you've added the following code at Appearance > Customize > Additional CSS .

    * {
        font-family: "Roboto";
    }
    

    So I've removed that part of the code and the font is loading alright.

    Feel free to ask for anything you need.

    Kind Regards


  •   robija replied privately
  •  869
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I've just fixed these font sizes that you've mentioned, so if there's anything else that I need to fix or I've missed, please let me know.

    Feel free to ask for anything you need.

    Kind Regards


  •   robija replied privately
  •   robija replied privately
  •  869
    Neuron replied

    Hi,

    I've just fixed these font sizes once again, can you please take a look at it, if there's anything else, please let me know.

    https://prnt.sc/1s52hwn

    https://prnt.sc/1s52jd0

    - https://prnt.sc/1s52kf4

    https://prnt.sc/1s52lej

    Feel free to ask for anything you need.

    Kind Regards


  •   robija replied privately
  •  869
    Neuron replied

    Hi,

    1) I've fixed the logo size on the Contact page.

    2) You can change it by adding the following code on the Contact Page Settings > Advanced tab > Custom CSS.

    selector .dialog-widget-content {
        background-color: #d66d5e !important;
    }

    https://prnt.sc/1s6jodm

    Feel free to ask for anything you need.

    Kind Regards


  •   robija replied privately
  •  869
    Neuron replied

    Hi Robija,

    1) I've just changed the position of the "X", can you please take a look at it?

    2) The scroll is working alright, please make sure to clear the cache of your browser.

    3)I would suggest you three things about how to increase the speed of your website.

    3/1) Compress images to lower resolutions and smaller image sizes.

    3/2) Use a cacher(we use w3 total cacher). https://wordpress.org/plugins/w3-total-cache/

    - Right after install go to general settings and enable page cache.

    3/3) Install autoptimize to combine all CSS files in one file and all JS files in one file, just like we do in our demo.

    https://wordpress.org/plugins/autoptimize/

    Feel free to ask for anything you need.

    Kind Regards


  •   robija replied privately
  •   robija replied privately
  •  869
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    1) I've just fixed the position of the "X" icon, please check it.

    2) I've updated the code that I've added before at Elementor Site Settings > Custom CSS.

    @media (max-width: 1279px) {
        .l-neuron-grid__item {
            position: relative !important;
            left: 0 !important;
            top: 0 !important;
        }
    }
    

    Feel free to ask for anything you need.

    Kind Regards