Homepage Site Identity Logo

Home Support Blog Inn Homepage Site Identity Logo

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13080
    Anonymous
    Inactive

    I would like to make my logo on the homepage much larger but no matter how large of a file I upload, the Blog Inn theme makes me crop it down. I have tried some codes I have found online in the Additional CSS editor to override this, but none seem to work.

    Any thoughts?

    Thanks!

    #13087
    nirav
    Keymaster

    Hello There!

    Greetings of the day!

    Please paste the below-mentioned code in the Blog Inn’s functions.php file.

    /*
    * Enable support for custom logo.
    */
    function theme_setup_cust_logo(){
        add_theme_support( 'custom-logo', array(
            'height'      => YOUR_LOGO_HEIGHT,
            'width'       => YOUR_LOGO_WIDTH,
        ) );
    add_action( 'after_setup_theme', theme_setup_cust_logo',20 );

    Logo with the bigger size might affect the look of your website menu that’s the reason we have given the fixed size for the logo.

    Hope this helps.

    Thanks and Regards,
    Team ProDesigns

    #13314
    Anonymous
    Inactive

    I had a similar problem. Thanks for the answer!

    #13329
    Anonymous
    Inactive

    Thaks for helo..i have similar problem

    #15803
    Anonymous
    Inactive

    I had a similar situation. You helped me a lot. Thank.

    #16504
    saleh alzahrany
    Participant

    i need help “Your license key has reached its activation limit.”
    same domain onlycares.com

    #16593
    nirav
    Keymaster

    Hello Saleh,

    Hope you are doing good!

    Could you please try again?
    Feel free to mail us the detials on [email protected] in case you come across any issue.

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.