Results 1 to 3 of 3

Thread: Vantage 4.0: Override add_theme_support (custom-logo)

  1. #1
    Thread Starter
    mnio's Avatar
    Join Date
    Feb 2013
    Location
    Australia
    Posts
    59
    Thanks
    35
    Thanked 2 Times in 2 Posts

    Vantage 4.0: Override add_theme_support (custom-logo)

    Hi

    Just wondering how to override the custom-logo ... I'm wanting to make it bigger. Found and tried this in functions.php. Didn't seem to work

    PHP Code:
    function override_vantage_customlogo() {
            
    add_theme_support'custom-logo', array(
        
    'height'      => 98,
        
    'width'       => 250,
        
    'flex-width'  => true,
        
    'flex-height' => false,
            ) );
    }
    add_action'after_setup_theme''override_vantage_customlogo'); 
    Looking forward to any help and hoping the solution serves others wanting to do a little customising too

    - michael

  2. #2
    joes's Avatar
    Join Date
    Nov 2012
    Location
    Australia
    Posts
    877
    Thanks
    12
    Thanked 358 Times in 261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    mnio's Avatar
    Join Date
    Feb 2013
    Location
    Australia
    Posts
    59
    Thanks
    35
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] VANTAGE: Logo not showing on Vantage homepage
    By jasongeek in forum Help Using Vantage (Legacy)
    Replies: 4
    Last Post: March 11th, 2015, 02:49 PM
  2. Vantage 1.1 I delete image in header but still show the old logo of Vantage
    By TheSyndicate in forum Vantage General Discussion (Legacy)
    Replies: 17
    Last Post: February 11th, 2013, 11:11 AM
  3. How to remove Vantage name and logo from Vantage theme
    By digitalark in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: July 19th, 2012, 02:15 PM
  4. Uploading Custom Logo
    By mildany in forum Report JobRoller Bugs
    Replies: 4
    Last Post: March 26th, 2011, 08:22 PM
  5. Custom Logo Question
    By swopers in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: March 22nd, 2011, 01:53 AM