Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1002040
problem with fonts and logo on theme
Closed

Comments

  •  2
    Paweł started the conversation

    Hi i have 2 problem with theme Savory.

    1) My logo is show ok only on broswer google chrome.On mozilla have pixels - bad graphic.

    2)How can i do custom font on my website. There is onlu google font on theme Savory. I want to integrated font name - Papyrus - i has download this font

    Thanks 4 your help

    PAul

  •  1,845
    Elated replied

    Hello,

    1) Please add this code in Elated Options > General > Custom CSS code:

    .eltd-light-header .eltd-vertical-menu-area .eltd-light-logo {
      image-rendering: auto;
      image-rendering: crisp-edges;
    }

    2) Here is explanation how you can add custom font:

    Go to your theme folder/functions.php and paste this code:

    if (!function_exists('additional_font_styles')) {
        function additional_font_styles () {
        wp_enqueue_style('your_font_name', 'the_url');
        }
        add_action('wp_enqueue_scripts', 'additional_font_styles');
    }

    Adjust the your_font_name to your preference and the url to the right URL path to the fonts' files. Next, with CSS code apply this font to any part of the website you might want with font-family property.

    For example paste this code below into your admin Elated Options -> General -> Custom css field

    body, h1{font-family: 'YourFont', sens-serif !important;}

    This handles the API call to your webfont. We suggest that you do this in your child theme and its functions.php file in order to preserve this alterations upon theme update.

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    Paweł replied

    this code havent efect to look on siciliamo url: www.siciliamo.pl and i send u access  to worpdress:

    login:elated

    pass:elated123#

    please check the problem.

    .eltd-light-header .eltd-vertical-menu-area .eltd-light-logo {
      image-rendering: auto;
      image-rendering: crisp-edges;
    }
  •  2
    Paweł replied

    on chrome broswer is ok on mozilla logo have pixels

  •  1,845
    Elated replied

    Hello,

    Can you please send us new credentilas, since we can not access with this one? 

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.