delete some sections

Discussion in 'Black Horse WordPress Theme' started by stefan, Sep 20, 2016.

  1. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi I am using the Black Horse Theme and want to only use 3 of the 6 sections in the 'Homepage Featured Section'. How can I do that, not show the other 3?

    Thanks,
    Stefan
     
  2. priya

    priya Guest

    Hello, Stefan..

    Greetings from InkThemes!

    Please follow the screenshot given below.

    remove_3feature_boxes.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi Priyanka,

    Thanks for your help that works.

    Just another question, when loading the page I see a horse everytime laying over the image for a second.
    How can I get rid of that?

    Thanks,
    Stefan
     
  4. nitin

    nitin Guest

    Hi Stefan,

    Greetings from InkThemes,

    To remove the loading horse, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #spinner {
       display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page