• Resolved yannosch

    (@yannosch)


    Hello,

    im trying to change my logo size.
    I try to make it bigger.

    With the option “logo width” in the customizr i will get a bigger logo but its in a VEEEEERY bad quality. How can i resize the logo a bit bigger without any quality loss? Its very important.

    thanks in advance
    Yannosch

Viewing 15 replies - 1 through 15 (of 29 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please provide site URL.

    We look it.

    Thank You

    Thread Starter yannosch

    (@yannosch)

    https://www.hüttentest.de

    I have no idea how i solve this….

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please use high resolution logo.

    Because you are using a 150*68 size logo.

    If you have any query please let us know.

    Thank You

    Thread Starter yannosch

    (@yannosch)

    I use a 984×450 size logo with 500 DPI i think this is enough …
    When I change the logo in the Customizr @ General Website-Information i will be aked to cut the logo to the “right size”. After that the logo is smaller an if i download the grafik it is pixled as fuck.

    Is there any way to put the logo directly in? Thanks in advance

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please create a “Child-Theme” first.

    Now create a “functions.php” into your “Child-Theme” directory.

    Now copy below line of code into “functions.php” into your “Child-Theme” directory.

    <?php
    function child_theme_setup()
    {
    	add_theme_support( 'custom-logo', array(
    		'height'      => 150,
    		'width'       => 300,
    		'flex-height' => true,
    	) );
    }
    add_action('after_setup_theme', 'child_theme_setup');
    ?>

    Save the changes.

    Now Go to Dashboard Admin Panel >> Appearance >> Customize >> Site Identity.

    Now upload your image logo again.

    And change “Image Logo Width” to 250px

    Save the changes again.

    Hope it will work for you.

    Please let us know for further assistance.

    Thank You

    Thread Starter yannosch

    (@yannosch)

    Can you tell me how to create a child-theme?
    Or can i paste this code in the original functions.php?

    Thanks in advance! ??

    Thread Starter yannosch

    (@yannosch)

    Now i have created a child theme but it looks the same.

    This is the functions.php of my child theme:

    <?php
    
    function matrix_child_styles() {
    wp_deregister_style( 'matrix-style');
    wp_register_style('matrix-style', get_template_directory_uri(). '/style.css');
    wp_enqueue_style('matrix-style', get_template_directory_uri(). '/style.css');
    wp_enqueue_style( 'childtheme-style', get_stylesheet_directory_uri().'/style.css', array('matrix-style') );
    }
    
    function child_theme_setup()
    {
    	add_theme_support( 'custom-logo', array(
    		'height'      => 150,
    		'width'       => 300,
    		'flex-height' => true,
    	) );
    }
    
    add_action( 'wp_enqueue_scripts', 'matrix_child_styles' );
    add_action('after_setup_theme', 'child_theme_setup');
    ?>
    Thread Starter yannosch

    (@yannosch)

    EDIT: And all three Symbols in the services section are to tiny!!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Re-upload the logo again.

    And to change the size of service icon put below CSS Rules into Custom CSS Editor:

    .service-box .icon-large {
        font-size: 10em;
    }

    Save the changes.

    Thank You

    Thread Starter yannosch

    (@yannosch)

    I reuploaded it an there is still no change …
    Mabe make the Logo Container a bit larger?

    I have no Idea—

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Try to clear cache.

    Or if steel not working then send us child-theme package.

    We look it.

    Thank You

    Thread Starter yannosch

    (@yannosch)

    I have cleared the chache an nothing changed.

    How would you like to get my child-Theme package ??

    This Problem is very sirous and should be solved asap …
    It must be possible to change the logo size without such a bad quality loss.

    best regards
    Yannosch

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    You can upload your “Child-Theme” package online.

    And provide the link here so we can download from there.

    Like: https://www.4shared.com/

    Yes asap we will resolve your problem.

    Thank You

    Thread Starter yannosch

    (@yannosch)

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    We have fixed above issue and released matrix theme new version 2.3.1

    It will live very soon.

    After make it live you can update your theme package.

    If you have any query please let us know.

    Thank You

Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘Change Logo Size without quality loss’ is closed to new replies.