App Store button in header…

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2396
    pszita
    Member

    Hi,

    Is there any way to replace the App Store button with a custom made image button at the top right?

    Cheers, Pete

    #2432
    livemesh
    Keymaster

    It is possible – you need to edit the file framework/functions/utility-functions.php file at line number 766 to insert your image (img element) while preserving the outer anchor with id #get-app-button (required for leverage existing CSS for positioning in the header).

    #2435
    pszita
    Member
    This reply has been marked as private.
    #2448
    livemesh
    Keymaster

    You can just try this –

    echo 'Image 3';
    
    #2450
    pszita
    Member
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.