Remove loading horse

Discussion in 'Black Horse WordPress Theme' started by greatscottfilm, Aug 22, 2015.

  1. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    There is an icon of a horse that loads at the opening of the theme, can we remove or replace that?
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Believe me, it's very easy for you.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #spinner {
       display: none !important;
    }
    
    Hope it will resolve your issue :)

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    That worked perfect

    one more thing, on this theme, the logo is too small, I can go in the html and make adjustments to the size, but thought I would see if you had a possible easier and more practical fix

    You are very good at this and thanks for getting back to me
     
  4. ddrovdlic

    ddrovdlic New Member

    Joined:
    May 13, 2013
    Messages:
    19
    Likes Received:
    0
    Hi,

    Is it possible to switch the horse to a different icon?
     
  5. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Everything is possible with us, and fixing your issue is really very easy.

    To change the height and width property of the logo, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header-container .header .logo img {
        width: 200px !important;
        height: 100px !important;
    }
    
    Note:- Please change the width and height according to your requirement.

    To switch the horse to a different icon, that's very easy to do from the 'General Settings' tab under 'Theme Options'. Please follow the screenshot given below.
    2015-08-25_10h45_10.png

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  6. amaconline

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Hi, the above did not solve the issue. Is there any other way to change the loading image?
     
  7. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To change the loading image of the theme, just go to (Dashboard->Appearence->Theme Options ->General Setings->Theme Loader), just follow the attached screenshot.

    Do let me know if you need further assistance.

    I will be glad to assist you.

    Thanks & Regards!
    Akbar
    InkThemes.com
     

    Attached Files:

Share This Page